Skip to content

Instantly share code, notes, and snippets.

@dnjstrom
Last active October 24, 2018 19:32
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
.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