change font and background color

This commit is contained in:
Wolfgang Hottgenroth 2018-05-24 01:32:30 +02:00
parent c574383eec
commit 984174a44e
Signed by: wn
GPG Key ID: B586EAFCDF2F65F4

View File

@ -1,8 +1,9 @@
body {
font-family: "verdana", sans-serif;
font-family: "Optima", sans-serif;
font-size: 16px;
margin: 0 5% 0 5%;
width: 1080px;
background-color: lightblue;
}
.header {
@ -33,6 +34,7 @@ body {
.main {
padding: 15px;
background-color: whitesmoke;
}
.row:after {
@ -43,14 +45,14 @@ body {
.footer {
font-size: 12px;
background-color: #f1f1f1;
background-color: #333;
overflow: hidden;
}
.footer a {
float: left;
display: block;
color: #333;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;