9 lines
162 B
CSS
9 lines
162 B
CSS
header{
|
|
background-color: black;
|
|
color: white;
|
|
display: flex;
|
|
justify-content: center;
|
|
padding-top: 35px;
|
|
width: 100%;
|
|
height: 80px;
|
|
} |