carloswinter #1

Merged
carloswinter merged 9 commits from carloswinter into main 2022-10-11 13:31:34 +00:00
3 changed files with 21 additions and 6 deletions
Showing only changes of commit 6fd111bdd5 - Show all commits

Binary file not shown.

After

Width:  |  Height:  |  Size: 332 KiB

View File

@ -16,10 +16,11 @@ body{
.header img{ .header img{
} }
.topbanner img{ .topbannerdesktop{
height: 100%;
width: 100%; width: 100%;
}
.topbannermobile{
display: none;
} }
.topinfo{ .topinfo{
display: flex; display: flex;
@ -117,6 +118,16 @@ body{
} }
@media screen and (max-width: 1023px){
.topbannerdesktop{
display:none;
}
.topbannermobile{
width: 100%;
display: block;
}
}
@media screen and (max-width: 1439px){ @media screen and (max-width: 1439px){
.topinfo-texts{ .topinfo-texts{
min-width: 86%; min-width: 86%;
@ -149,7 +160,7 @@ body{
margin: 0 10%; margin: 0 10%;
} }
.topcards-wrapper{ .topcards-wrapper{
margin-top: 90px; margin-top: 32px;
margin-bottom: 80px; margin-bottom: 80px;
flex-direction:column; flex-direction:column;
gap:24px; gap:24px;
@ -160,6 +171,7 @@ body{
} }
.middle-wrapper{ .middle-wrapper{
top:32px;
} }
.gridimg{ .gridimg{
@ -169,7 +181,7 @@ body{
grid-row-gap: 24px; grid-row-gap: 24px;
grid-column-gap: 14px; grid-column-gap: 14px;
width: 100%; width: 100%;
margin:32px 23px; margin: 0 23px;
} }
.middle-img1{ .middle-img1{
width: 100%; width: 100%;

View File

@ -19,7 +19,10 @@
</header> </header>
<section class="topbanner"> <section class="topbanner">
<figure> <figure>
<img src="./assets/images/img/topLaptop.png" alt="Banner do Topo"> <img src="./assets/images/img/topLaptop.png" class="topbannerdesktop"alt="Banner do Topo">
</figure>
<figure>
<img src="./assets/images/img/topLaptopmobile.png" class="topbannermobile"alt="Banner do Topo">
</figure> </figure>
</section> </section>
<section class="topinfo"> <section class="topinfo">