<div class="box">
<span class="hoge">hoge</span>
</div>
.box {
height: 120px;
background-color: #ddd;
}
.hoge {
width: 100px;
background-color: #999;
margin: 10px 40px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.