-
-
Save ramijames/9443727 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: 4px solid #0072c6; | |
border-left: 4px solid #D8E9F6; | |
border-right: 4px solid #D8E9F6; | |
border-top: 4px solid #0072c6; | |
border-radius: 100%; | |
height: 14px; | |
width: 14px; | |
animation: rot 0.8s infinite linear; | |
float:left; | |
} | |
@keyframes rot { | |
from {transform: rotate(0deg);} | |
to {transform: rotate(359deg);} | |
} | |
.load-label span { | |
line-height:24px; | |
padding-left:6px; | |
float:left; | |
text-transform:uppercase; | |
font-size:11px; | |
color:#ddd; | |
margin:0 auto; | |
font-family:"Open Sans", Sans; | |
} |
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="load-label"><div class="loading"></div><span>Loading</span></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":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment