Skip to content

Commit

Permalink
Add footer
Browse files Browse the repository at this point in the history
  • Loading branch information
tbaba committed Mar 18, 2013
1 parent e14404c commit de79a33
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.html
Expand Up @@ -53,5 +53,8 @@ <h2>Lorem ipsum dolor sit amet</h2>
</aside> </aside>
</article> </article>
</div> </div>
<footer>
Copyright 2013 by <a href="https://twitter.com/_tbaba">@tbaba</a>.
</footer>
</body> </body>
</html> </html>
15 changes: 15 additions & 0 deletions stylesheets/application.css
Expand Up @@ -49,6 +49,21 @@ body > header {
box-shadow: 0px 0px 5px rgba(0, 0, 0, .7); box-shadow: 0px 0px 5px rgba(0, 0, 0, .7);
} }


body > footer {
margin-bottom: 50px;
background-color: rgba(255, 255, 255, .6);

-moz-border-radius: 5px;
-webkit-border-radius: 5px;

box-shadow: 0px 0px 5px rgba(0, 0, 0, .7);

text-align: center;
text-shadow: 1px -1px rgba(0, 0, 0, .2);
-moz-text-shadow: 1px -1px rgba(0, 0, 0, .2);
-webkit-text-shadow: 1px -1px rgba(0, 0, 0, .2);
}

body > header:after { body > header:after {
content: ""; content: "";
height: 1px; height: 1px;
Expand Down

0 comments on commit de79a33

Please sign in to comment.