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.

13 lines
240 B
SCSS

header {
position : fixed;
top : 0;
left : 0;
width : 100%;
background : rgba(255, 255, 255, 1);
}
#logo {
font-family : BlackChancery, sans-serif;
font-size : 3em;
margin-left: 10px;
}