OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <!-- The document shoudl be entirely blue. The red background on the 20x20-sized body should not appear. --> | |
3 <style> | |
4 body { display:table-cell; vertical-align:middle; background:red url(../inva lidation/resources/bluesquare.png) } | |
5 </style> | |
6 <body style="width: 20px; height: 20px"></body> | |
OLD | NEW |