OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <p>There should be five rectangles with identical sizes below. The first, third and fifth | |
3 one should be blue with nothing inside. The second and fourth one should be yell ow with some | |
4 dots inside.</p> | |
5 <div style="line-height:100px; background:blue;"> | |
6 | |
7 <div style="background:yellow;">..........</div> | |
8 | |
9 <div style="background:yellow;">..........</div> | |
10 | |
11 </div> | |
OLD | NEW |