Skip to content

Instantly share code, notes, and snippets.

@daz4126
Created August 17, 2012 15:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daz4126/3379987 to your computer and use it in GitHub Desktop.
Save daz4126/3379987 to your computer and use it in GitHub Desktop.
@@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