Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
  <style>
    .msg {
      padding-left: 20px;
      border:4px solid lightgrey;
      margin-left: 10px;
    }
    .msg > .msg {
      border-width: 0 0 0 1px;
    }
</style>
<div class="msg">huy pizda
  <div class="msg">ololo</div>
    <div class="msg">dzhighurda
        <div class="msg">opa-pa
            <div class="msg">lalala</div>
        </div>
    </div>
</div>
</body>
</html>
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers