change font and background color
This commit is contained in:
parent
c574383eec
commit
984174a44e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user