<div>
<h1>My Content</h1>
</div>
body { height: 100%; width: 100%; }
div { margin: 70px; }
h1 {
display: inline-block;
border: 10px solid grey;
padding: 50px;
background-color: salmon;
margin: 50px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.