OLD | NEW |
---|---|
(Empty) | |
1 <div> | |
2 <p> The black box should be 5px below the float. </p> | |
3 <div style="height: 20px; width:50px; background-color: green; margin-bottom : 5px;"></div> | |
4 <div style="height: 10px; width:50px; background-color: blue; float:left;">< /div> | |
5 <div style="height: 20px; width:50px; background-color: black; margin-top: 2 0px; clear:both"></div> | |
6 </div> | |
OLD | NEW |