<div class="box">
<p>Font size: 20px</p>
</div>
.box {
font-size: 20px;
height: 200px;
width: 50%;
}
/* PRESENTATIONAL STYLES */
body {
display: flex;
height: 100vh;
}
div {
align-items: center;
background: #fd5a1e;
border-radius: 18px;
color: #fff;
display: flex;
justify-content: center;
margin: auto;
}
This Pen doesn't use any external CSS resources.