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

135 lines
1.8 KiB
CSS
Raw Normal View History

2022-10-11 16:25:13 +00:00
@import url('https://fonts.googleapis.com/css2? family= Inter:wght@400;500 & display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Inter', sans-serif;
}
.pagina {
padding: 29px 0;
display: flex;
justify-content: center;
background-color: #000000;
}
.logo {
display: block;
}
2022-10-13 04:00:31 +00:00
2022-10-11 16:25:13 +00:00
.banner {
width: 100%;
}
2022-10-13 04:00:31 +00:00
.sessao1 {
display: flex;
padding: 0 28px;
align-items: center;
2022-10-11 16:25:13 +00:00
text-align: center;
2022-10-13 04:00:31 +00:00
justify-content: center;
flex-direction: column;
2022-10-11 16:25:13 +00:00
}
2022-10-13 04:00:31 +00:00
.BL {
padding: 73px 0;
2022-10-11 16:25:13 +00:00
}
2022-10-13 04:00:31 +00:00
.sentence{
2022-10-11 16:25:13 +00:00
font-weight: 500;
font-size: 48px;
2022-10-13 04:00:31 +00:00
line-height: 58px;
text-transform: uppercase;
2022-10-11 16:25:13 +00:00
}
2022-10-13 04:00:31 +00:00
.sentence2{
2022-10-11 16:25:13 +00:00
font-weight: 400;
2022-10-13 04:00:31 +00:00
font-size: 32px;
line-height: 39px;
text-transform: uppercase;
}
.one-p {
max-width: 766px;
margin-top: 28px;
2022-10-11 16:25:13 +00:00
}
.computadores {
2022-10-13 04:00:31 +00:00
max-width: 239px;
2022-10-12 14:23:23 +00:00
}
.icones {
display: flex;
2022-10-13 04:00:31 +00:00
margin-top: 179px;
gap: 21px;
}
2022-10-12 14:23:23 +00:00
.icone1 {
2022-10-13 04:00:31 +00:00
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
max-width: 350px;
padding: 35px 26px 27px 26px;
}
.img1 {
padding: 36px 25px 27px 26px;
}
.icone2 {
2022-10-13 04:00:31 +00:00
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
max-width: 350px;
padding: 35px 26px 27px 26px;
}
.img2 {
padding: 36px 25px 27px 26px;
}
.icone3 {
2022-10-13 04:00:31 +00:00
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
max-width: 350px;
padding: 35px 26px 27px 26px;
}
2022-10-13 04:00:31 +00:00
.img3 {
padding: 36px 25px 27px 26px;
}
2022-10-13 04:00:31 +00:00
.grids {
display: flex;
2022-10-13 04:00:31 +00:00
background: #E0E0E0;
justify-content: center;
margin-top: 80px;
padding: 0 72px;
}
.grid{
display: flex;
position: relative;
gap: 39px;
2022-10-13 04:00:31 +00:00
bottom: -62px;
}
.grid-img{
width: 100%;
max-height: 530px;
max-width: 566px;
}
.cards {
display: flex;
gap: 16px;
justify-content: center;
2022-10-13 04:00:31 +00:00
text-align: center;
padding: 303px;
2022-10-13 04:00:31 +00:00
}