10 lines
127 B
CSS
10 lines
127 B
CSS
|
footer {
|
||
|
background-color: #30638e;
|
||
|
color: lightgray;
|
||
|
text-align: center;
|
||
|
padding: 10px;
|
||
|
}
|
||
|
footer a {
|
||
|
color: lightgray;
|
||
|
}
|