You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
288 B
SCSS

header {
position: fixed;
top: 0;
left: 0;
width: 100%;
background: rgba(255, 255, 255, 1);
padding: 5px 10px 0 10px;
display: flex;
justify-content: space-between;
nav a {
margin: 0 5px;
}
}
#logo {
font-family: BlackChancery, sans-serif;
font-size: 2em;
}