challenge-landing-page-Ana-.../styles/header.css

17 lines
218 B
CSS

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