Skip to content

Commit

Permalink
CSS just for front page
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscoyier committed Mar 31, 2011
1 parent e53de6a commit 749de96
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions css/splash.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
body {
padding: 50px 10% 0 10%;
min-width: 730px;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
color: #333;
}

h1 {
font-weight: 300;
font-size: 100px;
margin: 50px 0 30px 0;
}

h1 span:nth-child(1) { color: #f26522; }
h1 span:nth-child(2) { color: #ed1c24; }
h1 span:nth-child(3) { color: #6567c1; margin-left: 3%; }
h1 span:nth-child(4) { color: #5894ba; margin-left: 6%; }
h1 span:nth-child(5) { color: #61ba58; margin-left: 12%; }
h1 span:nth-child(6) { color: #efe793; margin-left: 24%; }

h2 span:nth-child(1) { color: #f26522; }
h2 span:nth-child(2) { color: #ed1c24; }
h2 span:nth-child(3) { color: #6567c1; }
h2 span:nth-child(4) { color: #5894ba; }

h1 div {
height: 10px;
background: -webkit-linear-gradient(
left,
#f26522,
#ed1c24 15%,
#6567c1 20%,
#5894ba 45%,
#61ba58 55%,
#efe793 66%
);
}

#about {
width: 50%;
}

li {
margin: 0 0 10px 0;
}

0 comments on commit 749de96

Please sign in to comment.