Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<meta charset="utf-8">
<title>CSS Reference File: relative box order of pseudo elements</title>
<style>
div {
height: 20px;
width: 100px;
}
</style>
<div style="background-color: red;"></div>
<div style="background-color: orange;"></div>
<div style="background-color: yellow;"></div>
<div style="background-color: green;"></div>
<div style="background-color: blue;"></div>
<div style="background-color: purple;"></div>