flexbox_generated-flex-ref.html (344B)
1 <!DOCTYPE html> 2 <title>flexbox | flexcontainer via generated content</title> 3 <link rel="author" href="http://opera.com" title="Opera Software"> 4 <style> 5 div { 6 background: #3366cc; 7 border: 1px solid black; 8 } 9 div::after { 10 content: "xxx"; 11 background: yellow; 12 margin: 1em; 13 width: 200px; 14 height: 2em; 15 display: block; 16 } 17 </style> 18 19 <div> 20 </div>