servo/tests/ref/position_abs_pseudo_b.html
2014-09-08 20:21:42 -06:00

19 lines
250 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
body {
margin: 0;
}
.before {
width: 100px;
height: 100px;
background-color: red;
}
</style>
</head>
<body>
<div class="before">
</div>
</body>
</html>