10 background-color: green;
11 border-top:
1px solid white;
30 border:
2px solid blue;
38 <h1 style=
"height:30px"></h1>
41 <li>There should be a gap between this float and the green rectangle above.
46 <div style=
"margin-top:100px;background-color:#dddddd; border:2px solid black">
47 <div style=
"float:left;width:2em;height:2em;background-color:white"></div>
48 <div style=
"clear:both;margin-top:1em;margin-bottom:1em"></div>
49 This text should be inside a black rectangle and below the
2em white square.
51 <div style=
"margin-top:1em;background-color:#dddddd; border:2px solid black">
52 <div style=
"float:left;width:2em;height:2em;background-color:white"></div>
53 <div style=
"clear:both;margin-top:-1em;margin-bottom:1em"></div>
54 This text should also be inside a black rectangle and below the
2em white square.