Personal-Webpage/footer/footer.css

12 lines
273 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);
width: calc(100% - 0.5rem - 10px);
}