.spinner { | |
display: flex; | |
justify-content: center; | |
align-items: center; | |
width: 100px; | |
height: 100px; | |
} | |
.ball { | |
position: absolute; | |
width: 30px; | |
height: 30px; | |
margin-top: 20px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment