blob: 850d1ab36e0358ef72cf8f1761fa9cb9e5f72374 [file] [edit]
<!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>