<div>
CSS is Awesome
</div>
div {
/* To center */
align-content: center;
text-align: center;
/* position */
background: aliceblue;
border: 2px solid hotpink;
height: 200px;
width: 200px;
margin: 0 auto;
font-family: system-ui;
font-size: 1.5rem;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.