Skip to content

Commit

Permalink
Styled the banner
Browse files Browse the repository at this point in the history
  • Loading branch information
evo777 committed Jan 17, 2017
1 parent d04bab8 commit 9c2b3b1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,20 @@ body {
margin: 0px auto;
font-family: Helvetica,Arial;
text-align: center;
}

#banner {
color: #fefefe;
font-size: 50px;
text-align: center;
background-color: #EB6C52;
padding: 0.5em 0em;
width: 80%;
margin: 10% auto 0%;
font-family: Helvetica;
text-transform: uppercase;
}

span {
margin-left:175px;
}

0 comments on commit 9c2b3b1

Please sign in to comment.