-
-
Save dnjstrom/8c2f3defeea6dc4cbd7413c0ca14262a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.ball-1 { background: crimson; } | |
.ball-2 { background: gold; } | |
.ball-3 { background: forestgreen; } | |
.ball-4 { background: royalblue; } | |
.ball { | |
will-change: transform; | |
border-radius: 50%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment