challenge-landing-page-nico.../assets/styles.css
2022-10-10 09:54:37 -03:00

21 lines
285 B
CSS

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
color: #000000;
font-family: 'Inter', sans-serif;
}
.page-header {
display: flex;
justify-content: center;
background: #000000;
padding: 1.87rem 0;
}
.header-logo {
display: block;
}