blob: b9bea0e8f1f0d8b1702de17750f25042e4ffe198 [file] [log] [blame]
<html>
<head>
<style type="text/css">
.green {
width: 100px;
height: 100px;
background-color: green;
}
.blue {
width: 50px;
height: 50px;
background-color: blue;
}
</style>
</head>
<body>
<div class="green">
<div class="blue">
</div>
</div>
</body>
</html>