OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <p>There should be a blue square below. To the right of the square there should be two blue vertical | |
3 lines, with the same height as the square.</p> | |
4 <div style="float:left; width:315px; height:315px; background:blue;"></div> | |
5 <div style="float:left; margin-left:100px; width:5px; height:315px; background:b lue;"></div> | |
6 <div style="float:left; margin-left:100px; width:5px; height:315px; background:b lue;"></div> | |
OLD | NEW |