feat:Adicinonei o mid banner

This commit is contained in:
Gustavo_Rallenson 2022-10-08 20:20:25 -03:00
parent 261ce7375b
commit e19aac47ed
4 changed files with 8 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 949 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 KiB

View File

@ -18,7 +18,8 @@ body{
display: block;
}
.main-banner{
.main-banner, .mid-banner{
display: block;
width: 100%;
}
.top-infocard {
@ -76,7 +77,7 @@ body{
max-width: 300px;
}
@media screen and (max-width: 414px) {
.main-banner-desktop{
.main-banner-desktop, .mid-banner-desktop{
display: none;
}
}
@ -87,7 +88,7 @@ body{
}
}
@media screen and (min-width: 415px) {
.main-banner-mobile{
.main-banner-mobile, .mid-banner-desktop{
display: none;
}
}

View File

@ -45,6 +45,10 @@
<p class="top-card-description">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. </p class="top-card-description">
</div>
</section>
<section>
<img class="mid-banner mid-banner-desktop" src="/assets/Image/mid-banner-desktop.png" alt="Banner Principal desktop"/>
<img class="mid-banner mid-banner-mobile"" src="/assets/Image/middle-banner-mobile.png" alt="Banner Principal mobile"/>
</section>
</main>
<footer></footer>
</body>