<!doctype html>
<meta charset=utf-8>
<link rel="author" href="mailto:[email protected]" title="Chris Lilley">
<style>
div {
width: 100px;
height: 100px;
}
div div {
background-color: green;
}
</style>
<div>
<div></div>
</div>
<!doctype html>
<meta charset=utf-8>
<link rel="author" href="mailto:[email protected]" title="Chris Lilley">
<style>
div {
width: 100px;
height: 100px;
}
div div {
background-color: green;
}
</style>
<div>
<div></div>
</div>