9 lines
175 B
CSS
9 lines
175 B
CSS
.header {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
align-content: center;
|
|
min-height: 80px;
|
|
align-self: stretch;
|
|
font-weight: bold;
|
|
}
|