practice-time-landing-page-.../css/layout/header.css

15 lines
199 B
CSS

header {
width: 100%;
height: 100px;
top: 0px;
background: #000000;
display: flex;
align-items: center;
justify-content: center;
}
header a img {
display: block;
}