Skip to content

Commit

Permalink
basic placeholder site
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed Aug 21, 2013
1 parent 296a65a commit ef8df6e
Show file tree
Hide file tree
Showing 7 changed files with 473 additions and 1,071 deletions.
6 changes: 6 additions & 0 deletions .gitignore
@@ -0,0 +1,6 @@
.DS_Store
.svn
log/*.log
tmp/**
node_modules/
.sass-cache
37 changes: 37 additions & 0 deletions css/main.css
@@ -0,0 +1,37 @@
@import url(https://fonts.googleapis.com/css?family=Lato:300italic,700italic,300,700);

html,
body {
background-color: #222;
}

body {
padding: 100px 50px;
font: 14px/1 Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #fff;
}

a {
display: inline-block;
padding: 8px 12px;
margin-top: 20px;
color: #fff;
border: 2px solid rgba( 255, 255, 255, 0.5 );
text-decoration: none;
}
a:hover {
border-color: #fff;
}

header {
position: absolute;
left: 20px;
bottom: 20px;
}

footer {
position: absolute;
right: 20px;
bottom: 20px;
text-align: right;
}

0 comments on commit ef8df6e

Please sign in to comment.