challenge-landing-page-jess.../desafio1.css

25 lines
314 B
CSS
Raw Normal View History

2022-10-13 19:01:20 +00:00
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.body {
font-family: 'Inter', sans-serif;
color: black;
}
/*Cabeçalho*/
.header {
display: grid;
background-color: black;
justify-content: center;
align-items: center;
height: 101px;
}
@media (min-width: 2500px) {