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
| /** | |
| * Box-Shadow | |
| */ | |
| div { | |
| display:inline-block; | |
| padding:40px; | |
| font:20px "Helvetica Neue", sans-serif; | |
| margin:20px; | |
| background-color:#39c; |
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
| /** | |
| * Circles (Box Shadow) | |
| */ | |
| body { | |
| font:18px/1.3 "Helvetica Neue", sans-serif; | |
| } | |
| p { | |
| clear:both; | |
| margin: 50px 0; |
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
| /** | |
| * Background Image Options (Size) | |
| */ | |
| body { | |
| background: #fff; | |
| } | |
| h2, h3 { | |
| display:inline-block; | |
| margin:0 20px; | |
| width: 200px; |
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
| /** | |
| * Box Sizing | |
| */ | |
| body { | |
| background: #fff; | |
| font: 19px/1.3 "Helvetica Neue", sans-serif; | |
| } | |
| p { | |
| display:block; | |
| margin: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
| /** | |
| * @font-face | |
| */ | |
| @import url(http://fonts.googleapis.com/css?family=Lovers+Quarrel); | |
| @import url(http://fonts.googleapis.com/css?family=Lekton:400,700,400italic); | |
| body { | |
| background: #fff; | |
| font:200 normal 16px/1.5 'Helvetica Neue', Arial, sans-serif; | |
| } |
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
| /** | |
| * @font-face | |
| */ | |
| @import url(http://fonts.googleapis.com/css?family=Lovers+Quarrel); | |
| @import url(http://fonts.googleapis.com/css?family=Lekton:400,700,400italic); | |
| body { | |
| background: #fff; | |
| font:200 normal 16px/1.5 'Helvetica Neue', Arial, sans-serif; | |
| } |
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
| /** | |
| * @font-face | |
| */ | |
| @import url(http://fonts.googleapis.com/css?family=Lovers+Quarrel); | |
| @import url(http://fonts.googleapis.com/css?family=Lekton:400,700,400italic); | |
| body { | |
| background: #fff; | |
| font:200 normal 16px/1.5 'Helvetica Neue', Arial, sans-serif; | |
| } |
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
| /** | |
| * Button Effects (CSS) | |
| */ | |
| body { | |
| background: #fff; | |
| font:200 normal 16px/1.5 'Helvetica Neue', Arial, sans-serif; | |
| } | |
| h1 { | |
| font-size: 80px; |
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
| /** | |
| * Button Effects (CSS) | |
| */ | |
| body { | |
| background: #fff; | |
| font:200 normal 16px/1.5 'Helvetica Neue', Arial, sans-serif; | |
| } | |
| h1 { | |
| font-size: 80px; |
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
| /** | |
| * Multicolumn (Width) | |
| */ | |
| body { | |
| background: #fff; | |
| font:200 normal 14px/1.5 'Helvetica Neue', Arial, sans-serif; | |
| } | |
| h2 { | |
| font-size: 20px; |