Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<style type="text/css">
#separator, #parent {
height: 20px;
background-color: green;
}
#spacer {
height: 30px;
}
</style>
</head>
<body>
<div id="separator"></div>
<div id="spacer"></div>
<div id="parent">
<div id="first-child"></div>
<div id="last-child"></div>
</div>
</body>
</html>