<h2>I am new here</h2>
<div class="box">
<h1>I am not empty</h1>
</div>
body {
background: #fff;
}
.box {
margin-top: 15px;
border: 1px solid red;
}
h1 {
margin-top: 15px;
}
h2 {
margin-bottom: 10px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.