15 lines
214 B
SCSS
15 lines
214 B
SCSS
.header
|
|
{
|
|
background-color: #282c34;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: white;
|
|
height: 70px;
|
|
|
|
}
|
|
|
|
.caption{
|
|
font-size: 40px;
|
|
} |