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