11 lines
234 B
CSS
11 lines
234 B
CSS
footer {
|
|
font-weight: 900;
|
|
position: fixed bottom;
|
|
|
|
margin: 5px;
|
|
padding: 0.25rem;
|
|
border-style: solid;
|
|
border-radius: 0.5rem;
|
|
border-width: 2px;
|
|
background: linear-gradient(15deg, #dc8a78, #f2d5cf);
|
|
}
|