| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta name="fuzzy" content="maxDifference=0-1;totalPixels=900-2500" /> | |
| <style> | |
| #box1 { | |
| height: 50px; | |
| width: 25px; | |
| float: left; | |
| background-color: green; | |
| } | |
| #box2 { | |
| height: 50px; | |
| width: 25px; | |
| float: left; | |
| background-color: red; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <div id="container"> | |
| <div id="box1"></div> | |
| <div id="box2"></div> | |
| </div> | |
| </body> | |
| </html> |