relative-box-order-of-pseudo-elements-ref.html (439B)
1 <!doctype html> 2 <meta charset="utf-8"> 3 <title>CSS Reference File: relative box order of pseudo elements</title> 4 <style> 5 div { 6 height: 20px; 7 width: 100px; 8 } 9 </style> 10 <div style="background-color: red;"></div> 11 <div style="background-color: orange;"></div> 12 <div style="background-color: yellow;"></div> 13 <div style="background-color: green;"></div> 14 <div style="background-color: blue;"></div> 15 <div style="background-color: purple;"></div>