13 lines
215 B
CSS
13 lines
215 B
CSS
header {
|
|
position: sticky !important;
|
|
top: 0;
|
|
z-index: 10000;
|
|
|
|
display: flex;
|
|
gap: 40px;
|
|
font-size: 25px;
|
|
font-family: "Open Sans";
|
|
font-weight: bolder;
|
|
color: var(--dark);
|
|
align-items: center;
|
|
} |