challenge-landing-page-affo.../_assets/css/main.css

18 lines
245 B
CSS
Raw Normal View History

2022-10-09 00:40:28 +00:00
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Inter', sans-serif;
color: #000000;
}
.page-header {
background: #000000;
2022-10-10 18:10:53 +00:00
padding: 28px 0;
justify-content: center;
display: flex;
2022-10-09 00:40:28 +00:00
}