carloswinter #1
BIN
assets/images/img/topLaptopmobile.png
Normal file
BIN
assets/images/img/topLaptopmobile.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 332 KiB |
@ -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%;
|
||||||
|
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user