11 lines
180 B
SCSS
11 lines
180 B
SCSS
body {
|
|
nav {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
height: 64px;
|
|
color: white;
|
|
background-color: black;
|
|
}
|
|
} |