Correcao de bugs
This commit is contained in:
parent
b5813c42e4
commit
eac1a29227
BIN
assets/images/Group.png
Normal file
BIN
assets/images/Group.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
BIN
assets/images/coin 2.png
Normal file
BIN
assets/images/coin 2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
BIN
assets/images/laptop 1.png
Normal file
BIN
assets/images/laptop 1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
assets/images/money.png
Normal file
BIN
assets/images/money.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
@ -22,7 +22,7 @@ body{
|
||||
|
||||
.banner-desktop-img{
|
||||
width: 100%;
|
||||
display: block;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.top-infocard{
|
||||
@ -100,6 +100,7 @@ body{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
top: 6.4vmin;
|
||||
}
|
||||
|
||||
@ -117,5 +118,5 @@ body{
|
||||
}
|
||||
|
||||
.image-height{
|
||||
width: 57.8vmin;
|
||||
width: 29.2vmax;
|
||||
}
|
14
index.html
14
index.html
@ -58,20 +58,30 @@
|
||||
<section class="middle-banners">
|
||||
<div class="middle-banners-content">
|
||||
<ul class="banner-list">
|
||||
<li class="banner-list-space">
|
||||
<li>
|
||||
<ul class="banner-list">
|
||||
<li class="banner-list-space image-height">
|
||||
<figure class="image-height">
|
||||
<img class="middle-banners-imgs" src="./assets/images/notebook1.png" alt="Banner do meio1">
|
||||
</figure>
|
||||
</li>
|
||||
<li class="banner-list-space">
|
||||
<li class="banner-list-space image-height">
|
||||
<figure class="image-height">
|
||||
<img class="middle-banners-imgs" src="./assets/images/notebook2.png" alt="Banner do meio2">
|
||||
</figure>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<ul class="banner-list">
|
||||
<li>
|
||||
<figure class="image-height">
|
||||
<img class="middle-banners-imgs" src="./assets/images/notebook3.png" alt="Banner do meio3">
|
||||
</figure>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user