kurs-app/CSS/Block/header.css
2025-06-25 10:19:04 +02:00

12 lines
164 B
CSS

header {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
}
nav {
display: flex;
flex-direction: row;
padding: 24px 42px 24px 42px;
}