<body>
<div class="content">Content Area</div>
</body>
.content {
width: 200px;
height: 100px;
background-color: lightgreen;
}
.content{
width: 200px;
height: 100px;
background-color: lightgreen;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.