www-new/components/playground.module.css

12 lines
250 B
CSS

.playground {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding: 0;
width: 250px;
height: 250px;
border-radius: 50%;
border: 4px solid var(--blue-2);
background-color: var(--off-white);
}