Skip to content

Commit

Permalink
Style the frontpage message
Browse files Browse the repository at this point in the history
  • Loading branch information
matael committed Feb 13, 2017
1 parent 8bb35f9 commit ca481f2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Chronology/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,18 @@ header {
text-align: center;
}

/* ===== Message ===== */

#message {
width: 60%;
margin: auto;
margin-bottom: 40px;
margin-top: 40px;
padding: 15px;
line-height: 1.7;
box-shadow: 3px 3px #8b8b8b;
border: 1px solid rgb(161,161,161);
}

/* ===== Footer ===== */
footer {
Expand Down

0 comments on commit ca481f2

Please sign in to comment.