flexbox_absolute-atomic-ref.html (352B)
1 <!DOCTYPE html> 2 <title>flexbox | abspos atomic flexitems</title> 3 <link rel="author" href="http://opera.com" title="Opera Software"> 4 <style> 5 body {margin: 0;} 6 body>div { 7 background: #ffcc00; 8 9 display: flex; 10 justify-content: space-around; 11 } 12 div div { 13 background: #3366cc; 14 margin: 20px; 15 } 16 </style> 17 18 <div> 19 <div>filler</div> 20 <div>filler</div> 21 </div>