challenge-landing-page-nico.../styles/main.css

17 lines
202 B
CSS

* {
margin: 0;
box-sizing: border-box;
}
.header-page {
display: flex;
justify-content: center;
background: #000;
}
.header-page-logo {
display: block;
padding: 30px 0;
}