10 lines
165 B
CSS
10 lines
165 B
CSS
.header{
|
|
display: flex;
|
|
background-color: #008BC7;
|
|
flex-direction: row;
|
|
flex-grow: 0;
|
|
}
|
|
.headertitle{
|
|
display:flex;
|
|
flex-direction: column;
|
|
} |