12 lines
164 B
CSS
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;
|
|
} |