Skip to content

Commit

Permalink
Styles footer with aoi background image
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiopro committed Jan 8, 2017
1 parent 6c65d23 commit aafe3e4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Binary file added aoi_bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 11 additions & 1 deletion doc_assets/_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,13 @@
padding: 10px;
}*/
html, body {
min-height: 100%;
margin: 0;
padding: 0;
background-color: #79bccb;
}
body {
background: #79bccb url('../aoi_bg.png') no-repeat 0 100%;
background-size: cover;
}
a {
color: #298597;
Expand Down Expand Up @@ -80,10 +84,16 @@
h1 {
text-transform: capitalize;
}
footer {
padding-bottom: 20px;
}
footer a {
color: #fff;
}
footer p {
margin: 0;
padding: 10px;
background-color: #79bccb;
text-align: center;
}
</style>
Expand Down

0 comments on commit aafe3e4

Please sign in to comment.