Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<body onload="document.getElementById('f2').style.display = 'flex';">
<div style="display: flex; width: 500px; height: 500px; background-color: yellow; padding: 3px; flex-wrap: wrap; align-content: flex-start;">
<div style="min-height: 30%; width: 400px; background-color: purple; margin: 2px; ">
<div style="background-color: red; height: 50%; width: 20px;"></div>
</div>
<div style="height: 200px; width: 400px; background-color: green; margin: 2px;"></div>
</div>
<div  id="f2" style="width: 500px; height: 500px; background-color: yellow; padding: 3px; flex-wrap: wrap; align-content: flex-start;">
<div style="min-height: 30%; width: 400px; background-color: purple; margin: 2px; ">
<div style="background-color: red; height: 50%; width: 20px;"></div>
</div>
<div style="height: 200px; width: 400px; background-color: green; margin: 2px;"></div>
</div>
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers