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>
  <div></div>
  <div></div>
  <div></div>
  <div></div>
</body>
</html>
 
body {
  /*display: flex;*/
  flex-wrap: wrap;
  width: 160px;
}
div {
  width: 30px;
  height: 30px;
  background-color: red;
  margin:5px;
  float:right;
}
div:nth-child(1) {
  height: 70px;
}
div:nth-child(8) {
  height: 70px;
}
div:nth-child(13) {
  width: 70px;
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers