Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
  <ul>
    <li>
      <p>
        hehehe
        hehehe
        hehehe
        hehehe
        hehehe
        hehehe
        hehehe
        hehehe
        hehehe
        hehehe
        hehehe
        hehehe
        hehehe
        hehehe
        hehehe
        hehehe
        hehehe
        hehehe
      </p>
    </li>
    
    <li class="docs-test">
      <span>
        hehehe
        hehehe
        hehehe
        hehehe
        hehehe
        hehehe
        hehehe
        hehehe
        hehehe
        hehehe
        hehehe
        hehehe
        hehehe
        hehehe
        hehehe
        hehehe
        hehehe
        hehehe
      </span>
    </li>
  </ul>
  
</body>
</html>
 
.docs-test {
  color: red;
  list-style-type: none;
  display: inline-block;
}
.docs-test::before {
  content: '\2022 ';
  color: #828282;
  display: inline-block;
  margin-right: 10px;
}
.docs-test p {
  display: inline-block;
}
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers