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

17 lines
218 B
CSS
Raw Normal View History

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