<div class="box">
<span class="title1">title 1</span>
<span class="title2">title 2</span>
</div>
.box{
font-size: 20px;
}
.title1{
font-size: 2em;
}
.title2{
padding: 1em;
border: 1px solid #ccc;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.