Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="No margin collapsing for flex items" />
  <meta charset=utf-8 />
  <title></title>
</head>
<body>
  No margin collapsing for flex items!
  <div style="display: flex;
              flex-direction: column;
              ">
    <p>I have margins 10</p>
    <p>I have margins 10</p>
  </div>
</body>
</html>
 
p {
  margin: 10px;
}
div, p {
  border: solid thin;
}
Output

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

Dismiss x
public
Bin info
dmitrizpro
0viewers