<html>
<head>
<meta charset="utf-8">
<title>Block example: Default height and width</title>
</head>
<body>
<div id="container">
<div>Hello</div>
<div>It's me</div>
<div>I was wondering if after all these years you'd like to meet</div>
</div>
</body>
</html>
body {
font-family: Helvetica, sans-serif;
}
#container div {
background-color: lavenderblush;
border: 2px solid black;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.