Only allow GET and POST HTTP request and die otherwise.
[Project_webapp.git] / styles / airpolytech.css
... / ...
CommitLineData
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
9a, a:link a:active {
10 text-decoration: none;
11 color: #B11508;
12}
13
14a:visited {
15 text-decoration: none;
16 color: #B11508;
17}
18
19a:hover {
20 text-decoration: none;
21 color: #909090;
22}
23
24#footer {
25 text-align: center;
26}
27
28#header {
29 font-size: 44px;
30 text-align: center;
31}