kurs-app/CSS/Block/header.css
2025-07-10 12:50:38 +02:00

13 lines
211 B
CSS

header {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
background-color: var(--brand-background);
}
nav {
display: flex;
flex-direction: row;
padding: 24px 42px 24px 42px;
}