Personal-Webpage/header.css

19 lines
322 B
CSS
Raw Normal View History

2025-12-08 13:48:14 +01:00
header {
margin: 5px;
padding: 0.25rem;
border-style: solid;
border-radius: 0.5rem;
border-width: 2px;
background: linear-gradient(15deg, #f2d5cf, #dc8a78);
.logo {
height: 1rem;
}
a {
color: #232634;
text-decoration: none;
font-style: normal;
}
}