Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jbate committed Jan 18, 2014
1 parent 375d151 commit 563e007
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
Binary file added fonts/BreeSerif_Reg.otf
Binary file not shown.
Binary file added fonts/Redressed.ttf
Binary file not shown.
15 changes: 15 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
@font-face {
font-family: Bree;
src: url('fonts/BreeSerif_Reg.otf');
}
@font-face {
font-family: Redressed;
src: url('fonts/Redressed.ttf');
}

html {min-height: 101%;font-family: Redressed,'Helvetica Neue', Helvetica, Arial, sans-serif;}
h1 {color: green;margin: .1em auto 0;font-size: 2em;font-family: Bree, 'Helvetica Neue', Helvetica, Arial, sans-serif;}
img {height: 100%; width: 100%; position: absolute; top: 0; left: 0; transition: all 0.5s ease;}
img.slide {top:50%;}
div {font-size: 3em; position: absolute; left: -150%; transition: all 0.5s ease;}
div.slide {left: 5%;}

0 comments on commit 563e007

Please sign in to comment.