Created
May 15, 2014 15:35
-
-
Save anonymous/868b57e64526a7539113 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
/********************************* | |
GENERAL | |
**********************************/ | |
#wrapper { | |
max-width: 940px; | |
margin: 0 auto; | |
padding: 0 5%; | |
} | |
img { | |
max-width: 100%; | |
} | |
/********************************* | |
HEADING | |
**********************************/ | |
#logo { | |
text-align: center; | |
margin: 0; | |
} | |
h1 { | |
font-family: 'Abril Fatface', serif; | |
margin: 15px 0px; | |
font-size: 2.750em; | |
} | |
h2 { | |
font-family: 'Open Sans', sans-serif; | |
font-weight: 200; | |
margin: -15px 0px 15px 0px; | |
font-size: 1.50em; | |
} | |
/********************************* | |
PAGE: PORTFOLIO | |
**********************************/ | |
#gallery { | |
margin: 0; | |
padding: 0; | |
list-style: none; | |
} | |
#gallery li { | |
float: left; | |
width: 45%; | |
margin: 2.5%; | |
background: #f5f5f5; | |
color: #666666; | |
} | |
/********************************* | |
COLORS | |
**********************************/ | |
/*site body */ | |
body { | |
background: #fff; | |
color: #999; | |
} | |
/* pink header */ | |
header { | |
background: #F2B4A8; | |
border-color: #E98977; | |
} | |
/* nav background for mobile devices */ | |
nav { | |
background: #E98977; | |
} | |
/* logo text */ | |
h1, h2 { | |
color: #fff; | |
} | |
a { | |
color: #F2B4A8; | |
text-decoration: none; | |
} | |
/* nav links */ | |
nav a, nav a:visited { | |
color: #fff; | |
} | |
/* selected nav links */ | |
nav a.selected, nav a:hover { | |
color: #FBE8E5; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment