challenge-landing-page-Davi.../assets/styles/main.css

31 lines
378 B
CSS
Raw Normal View History

2022-10-10 19:51:00 +00:00
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
font-family: 'Inter', sans-serif;
color: #000;
}
.header{
background-color: #000;
display: flex;
justify-content: center;
padding: 29px 0px;
2022-10-10 20:07:18 +00:00
}
.banner-desktop{
width: 100%;
}
.banner-desktop-img{
width: 100%;
display: block;
}
.top-infocard{
display: flex;
2022-10-10 19:51:00 +00:00
}