.profile/style.css

9 lines
162 B
CSS

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