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
/** | |
* Maps pin? [CSS] | |
* Recreated from: http://drbl.in/foUp | |
* By Louis Bullock | |
* louisbullock.com.au | |
*/ | |
html { | |
background:#fff; | |
min-height: 100%; |
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
body { font: normal bold 2em/1.5 Helvetica; } | |
a:link { color: red; } | |
a:visited { color: purple; } | |
a:hover { color: blue; } | |
a:active {color: green; } |
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
/** | |
* Switch [CSS] | |
*/ | |
html { | |
background: linear-gradient(#ccc, #eee); | |
min-height: 100%; | |
} | |
/* Switch */ |
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
i { | |
border-radius:100%; | |
display:block; | |
left:50%; | |
top:50%; | |
position:relative; | |
animation: spin 1.5s linear infinite; | |
} |
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
/** | |
* Close Logo [CSS] | |
* Recreated from: http://drbl.in/foUp | |
* By Louis Bullock | |
* louisbullock.com.au | |
*/ | |
html { | |
background:#fff; | |
min-height: 100%; |
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
/** | |
* Pure CSS Masonry Concept [CSS] | |
*/ | |
html,body { | |
height: 100%; | |
overflow: hidden; | |
} | |
body { |
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
/** | |
* Clock [CSS] | |
*/ | |
html { | |
background:#fff; | |
min-height: 100%; | |
height:100%; | |
overflow:hidden; | |
} |
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
/** | |
* Close Logo [CSS] | |
* Recreated from: http://drbl.in/foUp | |
* By Louis Bullock | |
* louisbullock.com.au | |
*/ | |
html { | |
background:#fff; | |
min-height: 100%; |
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
/** | |
* Close Logo [CSS] | |
* Recreated from: http://drbl.in/foUp | |
* By Louis Bullock | |
* louisbullock.com.au | |
*/ | |
html { | |
background:#fff; | |
min-height: 100%; |
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
/** | |
* Switch [CSS] | |
*/ | |
html { | |
background: linear-gradient(#ccc, #eee); | |
min-height: 100%; | |
} |
NewerOlder