forked from M3-Academy/challenge-landing-page
Adiciona os card do meio desktop e mobile
This commit is contained in:
parent
49a862ea0f
commit
762144022f
BIN
assets/imagens/Rectangle 13.png
Normal file
BIN
assets/imagens/Rectangle 13.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 234 KiB |
BIN
assets/imagens/Rectangle 16.png
Normal file
BIN
assets/imagens/Rectangle 16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 215 KiB |
BIN
assets/imagens/Rectangle 17.png
Normal file
BIN
assets/imagens/Rectangle 17.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 318 KiB |
@ -62,6 +62,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.top-card {
|
.top-card {
|
||||||
|
width: 100%;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(3, 1fr);
|
grid-template-columns: repeat(3, 1fr);
|
||||||
gap: 20px ;
|
gap: 20px ;
|
||||||
@ -92,6 +93,45 @@ body {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.banner-quite {
|
||||||
|
width: 1920PX;
|
||||||
|
height: 530PX;
|
||||||
|
background: #E0E0E0;
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(3, 1fr);
|
||||||
|
gap: 20px ;
|
||||||
|
padding: 62PX 72PX 62PX;
|
||||||
|
}
|
||||||
|
|
||||||
|
.imagem-quite {
|
||||||
|
width: 566px;
|
||||||
|
max-height: 530px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
padding: 72px 39px 62px 0%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.banner-quite-imagem {
|
||||||
|
display: block;
|
||||||
|
margin-bottom: 26px;
|
||||||
|
width: 400PX;
|
||||||
|
height: 400PX;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (maw-width: 1400px) {
|
||||||
|
.imagem-quite {
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 566px) {
|
||||||
|
.banner-quite {
|
||||||
|
grid-template-columns: 1fr;
|
||||||
|
padding: 36px 26px;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@media screen and (max-width: 768px) {
|
@media screen and (max-width: 768px) {
|
||||||
.top-card {
|
.top-card {
|
||||||
grid-template-columns: 1fr;
|
grid-template-columns: 1fr;
|
||||||
@ -100,26 +140,29 @@ body {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 1400px) {
|
@media ( max-width: 1400px) {
|
||||||
.main-banner-desktop{
|
.main-banner-desktop{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen (max-width: 1400px) {
|
@media screen and (max-width: 1200px) {
|
||||||
.top-infocard {
|
.top-infocard {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.infocard text {
|
.infocard text {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
.text-primario{
|
.text-primario{
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-secundario{
|
.text-secundario{
|
||||||
margin-bottom: 24px;
|
margin-bottom: 24px;
|
||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-paragraph {
|
.text-paragraph {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
@ -129,6 +172,7 @@ body {
|
|||||||
max-width: 315px;
|
max-width: 315px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 1399px) {
|
@media (min-width: 1399px) {
|
||||||
.main-banner-mobile {
|
.main-banner-mobile {
|
||||||
display: none;
|
display: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user