blob: 3c1d1d37cdbe3f0f2c63343f1316196f28e1aa1d [file] [log] [blame]
<html>
<head>
<style>
div {
width: 100px;
height: 100px;
display: inline-block;
}
</style>
</head>
<body>
<div style="background-color: red"></div>
<div style="background-color: red"></div>
<div style="background-color: green"></div>
<div style="background-color: green"></div>
<div style="background-color: blue"></div>
<div style="background-color: blue"></div>
</body>
</html>