<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>CSS Reference File: relative box order of pseudo elements</title>
<link rel="author" href="mailto:[email protected]">
<style>
div {
height: 20px;
width: 100px;
}
</style>
</head>
<body>
<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>
</body>
</html>