<div>
</div>
body{
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
div{
width: 200px;
height: 200px;
border-radius: 50%;
background: #ffacb0;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.