challenge-landing-page/css/style.css

20 lines
252 B
CSS
Raw Normal View History

*{
font-family: 'Inter', sans-serif;
}
.logo-div{
background: black;
width: 100vw;
height: 6.313rem;
display: flex;
justify-content: center;
align-items: center;
}
.logo{
width: 10.125rem;
}
.hero{
width: 100vw;
}