challenge-landing-page-Rodr.../style.css

149 lines
2.3 KiB
CSS
Raw Normal View History

2022-10-10 00:36:50 +00:00
body{
margin: 0;
2022-10-10 02:10:19 +00:00
padding: 0;
border: 0;
font-family: inter;
2022-10-10 02:51:53 +00:00
background: #E5E5E5;
2022-10-10 02:10:19 +00:00
}
main figure{
margin-block-start: 0;
margin-block-end: 0;
margin-inline-start: 0;
margin-inline-end: 0;
2022-10-10 00:36:50 +00:00
}
.cabecalho {
background-color: #000000;
text-align: center;
width: 100%;
}
.imagemCabecalho {
width: 12%;
height: 42%;
2022-10-10 02:10:19 +00:00
padding-top: 1.4%;
padding-bottom: 1.4%;
2022-10-10 00:36:50 +00:00
}
.imagemCorpoPt1{
width: 100%;
height: 100%;
2022-10-10 02:10:19 +00:00
}
.corpoPt1{
display: flex;
flex-direction: column;
align-items: center;
margin: 0;
}
.corpoPt1 h2{
margin-block-start: 0;
margin-block-end: 0;
margin-top: 73px;
line-height: 39px;
font-size: 32px;
text-transform: uppercase;
}
.corpoPt1 h1{
margin-block-start: 0;
margin-block-end: 0;
font-weight: 500;
line-height: 58px;
font-size: 48px;
text-transform: uppercase;
}
.corpoPt1 p{
margin-top: 28px;
width: 65%;
font-size: 16px;
}
.corpoPt2{
margin-top: 73px;
text-align: center;
2022-10-10 02:51:53 +00:00
}
.imagem2{
width: 16%;
}
.corpoPt3{
margin-top: 178px;
display: flex;
flex-direction: row;
justify-content: center;
gap: 1%;
2022-10-10 12:56:29 +00:00
margin-bottom: 80px;
2022-10-10 02:51:53 +00:00
}
section figure {
text-align: center;
width: 18%;
background: #FFFFFF;
}
section figure img{
width: 29%;
}
section figure figcaption p{
font-style: normal;
font-size: 16px;
margin-left: 11%;
margin-right: 11%;
}
.quadrado1 img{
margin-top: 47px;
margin-bottom: 38px;
}
.quadrado2 img{
margin-top: 35px;
margin-bottom: 31px;
}
.quadrado3 img{
margin-top: 31px;
margin-bottom: 31px;
2022-10-10 12:56:29 +00:00
}
.corpoPt4{
background: #E0E0E0;
display: flex;
flex-direction: row;
width: 100%;
justify-content:center;
gap: 2%;
}
.corpoPt4 figure {
width: 29%;
margin-top: 62px;
}
.corpoPt4 figure img{
width: 100%;
}
.corpoPt5{
margin-top: 129px;
display: flex;
flex-direction: row;
width: 100%;
justify-content: center;
gap: 0.8%;
2022-10-10 13:31:13 +00:00
background: #E5E5E5;
2022-10-10 12:56:29 +00:00
}
.corpoPt5 figure{
width: 22.5%;
2022-10-10 13:31:13 +00:00
background: #FFFFFF;
2022-10-10 12:56:29 +00:00
}
.corpoPt5 figure p{
font-size: 16px;
margin-bottom: 65px;
}
.box1 img{
margin-top: 51px;
width: 24%;
}
.box2 img{
margin-top: 41px;
width: 24%;
}
.box3 img{
margin-top: 41px;
width: 24%;
}
.box4 img{
margin-top: 35px;
width: 20%;
}