Initial commit of the HUGo project web application.
[Project_webapp.git] / styles / airpolytech.css
CommitLineData
fb6aedc2
JB
1body {
2 background-color: black;
3 color: #eeeeee;
4 font-family: 'Encode Sans Semi Condensed', Arial, Helvetica, Verdana, sans-serif;
5 display: block;
6 margin: 8px;
7}
8
9#footer {
10 text-align: center;
11}
12
13#header {
14 font-size: 44px;
15 text-align: center;
16}