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
/** | |
* Image with an on hover fade in-out caption. | |
*/ | |
@import url(http://fonts.googleapis.com/css?family=Oswald); | |
/** | |
* Natural box-model | |
*/ |
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
/** | |
* Responsive black "top-fixed" menu. | |
*/ | |
@import url("http://fonts.googleapis.com/css?family=Oswald"); | |
@import url("http://img.js-design.org/js-design.org/icons/icons.css"); | |
* { | |
-moz-box-sizing: border-box; | |
-webkit-box-sizing: border-box; |
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
/** | |
* Responsive blog post template with a picture / youtube embed / vimeo embed / code snippet support. | |
*/ | |
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300); | |
/** | |
* Natural box-model | |
*/ |
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
/** | |
* More simple responsive black "top-fixed" menu. | |
*/ | |
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300); | |
* { | |
-moz-box-sizing: border-box; | |
-webkit-box-sizing: border-box; | |
box-sizing: border-box; |
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
/** | |
* Image with an on hover fade in-out caption. | |
*/ | |
@import url(http://fonts.googleapis.com/css?family=Oswald); | |
/** | |
* Natural box-model | |
*/ |
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
/** | |
* Rotating CSS Circles | |
*/ | |
/* Natural box layout model */ | |
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } | |
.ch-item { | |
width: 100%; | |
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
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
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
/** | |
* Letter Box | |
*/ | |
div { | |
display: block; | |
position: absolute; | |
width: 150px; | |
height: 210px; | |
background-color: #333; |
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
/** | |
* Vahdin: marks list | |
*/ | |
* { | |
outline: red; | |
} | |
body { | |
padding: 0; |
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
# Good sources | |
https://github.com/stuttter | |
# Good plugins | |
http://www.advancedcustomfields.com/pro/ |
OlderNewer