Personal-Webpage/footer/footer.css

12 lines
234 B
CSS
Raw 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);
}