forked from M3-Academy/challenge-landing-page
Modificações nas imagens mobile]
This commit is contained in:
parent
a89595f1af
commit
d5d184f598
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
BIN
assets/images/top-card-image-mobile.png
Normal file
BIN
assets/images/top-card-image-mobile.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
@ -14,7 +14,7 @@ body {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: 29px 0;
|
padding: 28px 0;
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -40,7 +40,6 @@ body {
|
|||||||
|
|
||||||
.top-infocard-subtitle {
|
.top-infocard-subtitle {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
line-height: 39px;
|
line-height: 39px;
|
||||||
@ -71,8 +70,10 @@ body {
|
|||||||
|
|
||||||
.top-cards {
|
.top-cards {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-top: 179px;
|
align-items: center;
|
||||||
gap: 23px;
|
justify-content: center;
|
||||||
|
padding: 179px 0 80px;
|
||||||
|
gap: 21px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-card {
|
.top-card {
|
||||||
@ -82,11 +83,13 @@ body {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
|
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
|
||||||
padding: 50px 25px 27px;
|
padding: 26px 26px 34px;
|
||||||
|
max-width: 350px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-card-image {
|
.top-card-image {
|
||||||
width: 103px;;
|
display: block;
|
||||||
|
margin-bottom: 27px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-card-description {
|
.top-card-description {
|
||||||
@ -97,15 +100,45 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 414px) {
|
@media screen and (max-width: 414px) {
|
||||||
.main-banner-desktop {
|
.main-banner-desktop,
|
||||||
|
.top-card-image-desktop {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 415px) {
|
@media screen and (min-width: 415px) {
|
||||||
.main-banner-mobile {
|
.main-banner-mobile,
|
||||||
|
.top-card-image-mobile {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 992px) {
|
||||||
|
.top-infocard{
|
||||||
|
display: flex;
|
||||||
|
text-align: center;
|
||||||
|
justify-content: center;
|
||||||
|
flex-direction: column;
|
||||||
|
padding: 73px 29px 65px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.top-infocard-text {
|
||||||
|
max-width: 357px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.top-infocard-subtitle {
|
||||||
|
font-size: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.top-infocard-title {
|
||||||
|
font-size: 28px;
|
||||||
|
line-height: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.top-infocard-image {
|
||||||
|
width: 100%;
|
||||||
|
max-width: 239px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
11
index.html
11
index.html
@ -42,11 +42,12 @@
|
|||||||
tortor sed lacus egestas vulputate vel sit amet velit. Nulla
|
tortor sed lacus egestas vulputate vel sit amet velit. Nulla
|
||||||
suscipit magna dui.
|
suscipit magna dui.
|
||||||
</p>
|
</p>
|
||||||
|
<img class="top-infocard-image top-card-image-desktop" src="assets/images/top-card-image-desktop.png" alt="Card do top"/>
|
||||||
<img class="top-infocard-image" src="assets/images/top-card-image.png" alt="Card do top"/>
|
<img class="top-infocard-image top-card-image-mobile" src="assets/images/top-card-image-mobile.png" alt="Card do top"/>
|
||||||
</div>
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
<section class="top-cards">
|
<div class="top-cards">
|
||||||
<div class="top-card">
|
<div class="top-card">
|
||||||
<img class="top-card-image" src="assets/images/top-card-image-01.png" alt="Primeiro card do topo"/>
|
<img class="top-card-image" src="assets/images/top-card-image-01.png" alt="Primeiro card do topo"/>
|
||||||
<p class="top-card-description">
|
<p class="top-card-description">
|
||||||
@ -67,9 +68,7 @@
|
|||||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</div>
|
||||||
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user