Skip to content

Instantly share code, notes, and snippets.

@usure
Created April 5, 2013 23:57
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 usure/5323572 to your computer and use it in GitHub Desktop.
Save usure/5323572 to your computer and use it in GitHub Desktop.
A CodePen by Greg. REEDR
!!! 5
%title = "APP"
<link href='http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
#header
APP
#menu
<br>
%a{:href => "/"} HOME
|
%a{:href => "/app"} APP
|
%a{:href => "/about"} ABOUT
#content
$(document).ready ->
$("#subheader").css "display", "none"
$("#subheader").fadeIn 2000
@import "compass"
body
background-color: #734854
#header
color: #F2F2E9
font-family: 'Lato', sans-serif
font-size: 90px
text-align: center
#menu
color: #D9483B
font-family: 'Lato', sans-serif
font-size: 20px
text-align: center
#content
color: black
font-family: 'Lato', sans-serif
font-size: 19px
text-align: center
a
&:link, &:visited, &:active
text-decoration: none
color: #D9483B
&:hover
text-decoration: none
background-color: yellow
color: blue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment