<div>
  
</div>
body{
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

div{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #ffacb0;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.