challenge-landing-page-andr.../estilo.css

64 lines
933 B
CSS
Raw Normal View History

2022-10-12 20:44:32 +00:00
body{margin: 0;
}
.header{
background: #000000;
height: 101px;
display: flex;
justify-content: center;
align-items: center;
}
.titulo{
display: flex;
justify-content: center;
align-items: center;
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 32px;
line-height: 39px;
/* identical to box height */
text-transform: uppercase;
color: #000000;
margin: 0;
}
.subtitulo{
display: flex;
justify-content: center;
align-items: center;
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 48px;
line-height: 58px;
/* identical to box height */
text-transform: uppercase;
color: #000000;
margin: 0;
}
.texto{
display: flex;
justify-content: center;
align-items: center;
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #000000;
margin-top: 28px;
max-width: 766px;
}