Created
August 17, 2012 15:38
-
-
Save daz-codes/3379987 to your computer and use it in GitHub Desktop.
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
@@styles | |
@import url(http://fonts.googleapis.com/css?family=Pacifico); | |
$purple:#639; | |
$green:#396; | |
body{ font: 13px/1.4 arial, sans-serif; } | |
header{ overflow: hidden; } | |
.logo{float:left;overflow: hidden;} | |
.logo a{ color: $purple; font: 64px/1 pacifico; text-decoration: none; &:hover{color:$green;}} | |
.title{ color: $green; font: 32px/1 pacifico; } | |
.button {text-decoration: none; font-weight: bold; padding: 4px 8px; border-radius: 10px; background: $green; color: white; border:none; &:hover{background:$purple;}} | |
header .button{ float:left; margin: 36px 10px 0;} | |
form label, input.button {display: block;} | |
form select {display: block;} | |
iframe {width: 100%; min-height: 600px; border: none; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment