-
-
Save visnup/56fabe462aa8410023bc to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or 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
.loading { | |
border-bottom: 6px solid rgba(0, 0, 0, .1); | |
border-left: 6px solid rgba(0, 0, 0, .1); | |
border-right: 6px solid rgba(0, 0, 0, .1); | |
border-top: 6px solid rgba(0, 0, 0, .4); | |
border-radius: 100%; | |
height: 50px; | |
width: 50px; | |
animation: rot .6s infinite linear; | |
} | |
@keyframes rot { | |
from {transform: rotate(0deg);} | |
to {transform: rotate(359deg);} | |
} |
This file contains hidden or 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
<div class="loading"></div> |
This file contains hidden or 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
// alert('Hello world!'); |
This file contains hidden or 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
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment