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
body { | |
background:#e9e8e1; | |
} | |
.button { | |
display: inline-block; | |
padding: 8px 13px; | |
color: #fff; | |
font-weight: bold; | |
text-decoration: none; |
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 { | |
display: inline-block; | |
padding: 8px 13px; | |
color: #fff; | |
font-weight: bold; | |
text-decoration: none; | |
text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5); | |
text-transform: uppercase; |
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
* { margin: 0; padding: 0; } | |
html { | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-height:100%; | |
} | |
body { | |
background: url('http://placebear.com/500/500') center top no-repeat; |
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
html { | |
background: #ccc; | |
} | |
body { | |
padding: 100px; | |
} | |
#awesome { | |
min-height: 400px; |
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
.feature-box { | |
width: 300px; | |
float: left; | |
margin: 30px 0 15px 20px; | |
padding: 0; | |
position: relative; | |
} | |
.feature-box:first-child { |
NewerOlder