cringe-studios.com/mr/index-flex/flex.css
2024-07-19 21:26:22 +02:00

23 lines
314 B
CSS

#mrFlex {
display: flex; /* hehe */
flex-direction: column;
width: 100%;
align-items: center;
gap:10px;
}
.mrFlexButton {
border: none;
outline: none;
background-color: red;
padding:10px;
align-self: stretch;
}
.mrFlexBall {
width: 50px;
height: 50px;
border-radius: 50%;
background-color: blue;
}