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
/** | |
* | |
* CSS loader IV | |
* | |
**/ | |
#loader { | |
background: #ee6; | |
background-clip:content-box; | |
box-sizing: border-box; |
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
/** | |
* | |
* CSS loader III | |
* | |
**/ | |
#loader { | |
animation-name: loader; | |
animation-duration: 2s; | |
animation-iteration-count: infinite; |
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
/** | |
* | |
* CSS loader II | |
* | |
**/ | |
#loader { | |
animation-name: loader; | |
animation-duration: 2s; | |
animation-iteration-count: infinite; |
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
/** | |
* | |
* CSS loader I | |
* | |
**/ | |
#loader { | |
animation-name: loader; | |
animation-duration: 2s; | |
animation-iteration-count: infinite; |
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
/** | |
* | |
* CSS loader I | |
* | |
**/ | |
#loader { | |
animation-name: loader; | |
animation-duration: 2s; | |
animation-iteration-count: infinite; |
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
/** | |
* Chrome background-image transition demo | |
*/ | |
div { | |
float: left; | |
height: 300px; | |
transition: all .5s ease-out; | |
width: 300px; | |
} |
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
.tag { | |
background: #a00; | |
border: 1px solid #aaa; | |
border-radius: 20px 0 0 20px; | |
color: #fff; | |
float: left; | |
line-height: 28px; | |
padding: 0 8px 0 20px; | |
} |
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
/** | |
* CSS loader I | |
*/ | |
#loader { | |
animation-name: loading; | |
animation-duration: 2s; | |
animation-iteration-count: infinite; | |
background: #ccc; | |
border-radius: 50%; |
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
/** | |
* The first commented line is your dabblet’s title | |
**/ | |
#badge { | |
border:1px solid #eee; | |
height: 80px; | |
overflow: hidden; | |
position: relative; | |
text-indent: -9999px; |
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
/** | |
* The first commented line is your dabblet’s title | |
**/ | |
#badge { | |
border:1px solid #eee; | |
height: 80px; | |
overflow: hidden; | |
position: relative; | |
text-indent: -9999px; |