OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <p>There should be a yellow/hotpink square 2x2 chessboard below.</p> | |
3 <div style="float:left; width:40px; background:yellow;"> | |
4 <div style="float:right; width:20px; height:20px; background:hotpink;"></div > | |
5 <div style="float:left; clear:right; width:20px; height:20px; background:hot pink;"></div> | |
6 </div> | |
OLD | NEW |