Personal-Webpage/footer/footer.css

13 lines
273 B
CSS
Raw Permalink Normal View History

2025-12-08 13:48:14 +01:00
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);
2025-12-08 13:48:14 +01:00
}