feat: estilizando titulo e descricao da pagina
This commit is contained in:
parent
5c2f93b55c
commit
ce27632fe1
@ -1,5 +1,6 @@
|
||||
*{
|
||||
margin: 0;
|
||||
box-sizing: border-box;
|
||||
font-family: 'Inter', sans-serif;
|
||||
}
|
||||
body{
|
||||
@ -30,4 +31,38 @@ main .banner-container .banner-desktop img{
|
||||
|
||||
main .banner-container .banner-mobile{
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Titulo e descricao do site */
|
||||
main section.container-description{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
||||
padding: 73px 0 178px;
|
||||
}
|
||||
|
||||
main section.container-description .description-text{
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
main section.container-description .description-text h2.description-title{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
||||
font-weight: 400;
|
||||
font-size: 32px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
main section.container-description .description-text h2.description-title span.description-subtitle{
|
||||
font-size: 48px;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
main section.container-description .description-text p.description{
|
||||
line-height: 24px;
|
||||
font-weight: 400;
|
||||
padding: 28px 0 73px;
|
||||
}
|
Loading…
Reference in New Issue
Block a user