<div class="one">
<h1 class="two">안녕하세요</h1>
<h1 class="two ib">안녕하세요</h1>
</div>
.one{
text-align:center;
background-color: bisque;
height:500px;
}
.two{
text-align:center;
background-color: aqua;
}
.ib{
display:inline-block;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.