12 lines
178 B
CSS
12 lines
178 B
CSS
|
body{
|
||
|
background-color: aqua;
|
||
|
color: blueviolet;
|
||
|
font-size: large;
|
||
|
}
|
||
|
|
||
|
footer{
|
||
|
background-color: black;
|
||
|
width: 100%;
|
||
|
position: absolute;
|
||
|
bottom: 3px;
|
||
|
}
|