Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>Пример 3</title>
  <link rel="stylesheet" href="css/lesson3.css">
</head>
<body>
  <div id="container">
    <div id="first">999999<br>100<br>200</div><div id="second">100<br>200</div><div id="third">10000</div>
  </div>
</body>
</html>
 
p{
  padding:0px;
  margin:0px;
}
div {
  padding:10px;
  margin:10px;
  margin-right: 0px;
  background-color: rgb(254,250,142);
  border: 1px solid #333;
}
#container{
  padding:0px;
  margin:0px;
  border: none;
  background-color: rgb(215,225,253);  
  width: 100%
}
#first,#second,#third{
  display:inline-block;
}
#first{
}
#second{
  vertical-align:top;
}
#third{
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers