<div class="parent">
<div class="child">😬</div>
</div>
.parent {
/* Stuff that matters */
height: 200px;
text-align: center;
/* Style only */
width: 200px;
border: solid 1px;
margin: 50px;
}
.child {
/* Stuff that matters */
line-height: 200px;
/* Style only */
font-size: 36px;
}
View Compiled
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.