challenge-landing-page-leon.../assets/styles/style.css

24 lines
339 B
CSS
Raw Normal View History

2022-10-12 13:11:02 +00:00
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
2022-10-13 03:02:22 +00:00
body{
font-family: 'Inter', sans-serif;
color: #000000;
}
2022-10-12 13:11:02 +00:00
.page-header{
display: flex;
justify-content: center;
padding: 28px 0;
background-color: #000;
}
.logo-header, .main-banner-desktop{
width: 100%;
display: block;
height: auto;
}