blob: 26bb5fa2fc1a70b8ff49d7f446a2d01a07e06f2c [file] [log] [blame]
<html>
<style>
#green {
margin-top: 50px;
background-color: green;
margin-bottom: 60px;
}
#yellow {
background-color: yellow;
width: 50px;
height: 50px;
}
</style>
<body>
<div id=green>
<span>Hello World</span>
</div>
<div id=yellow></div>
</body>
</html>