Skip to content

Instantly share code, notes, and snippets.

@dnjstrom
Last active October 24, 2018 19:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dnjstrom/06ffc937d83c75cde434c545c75130bf to your computer and use it in GitHub Desktop.
Save dnjstrom/06ffc937d83c75cde434c545c75130bf to your computer and use it in GitHub Desktop.
.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