<html>
<head>
<meta charset="utf-8">
<title>Block example 1</title>
</head>
<body>
<div id="container">
<div></div><div></div><div></div>
</div>
</body>
</html>
body {
font-family: Helvetica, sans-serif;
}
#container div {
background-color: lavenderblush;
border: 2px solid black;
height: 50px;
width: 50px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.