12 lines
147 B
SCSS
12 lines
147 B
SCSS
header {
|
|
display: flex;
|
|
flex-direction: row;
|
|
width: 100%;
|
|
justify-content: space-around;
|
|
background: #111a;
|
|
|
|
h1 {
|
|
margin: 0;
|
|
}
|
|
}
|