Adicionar os banners principais deskptop e mobile

This commit is contained in:
Emerson Fully 2022-10-07 19:16:09 -03:00
parent 7d004cada2
commit f69357377a
4 changed files with 21 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 KiB

View File

@ -13,4 +13,21 @@
.header-logo {
display: block;
}
.main-banner {
width: 100%;
}
@media screen and (max-width: 414px) {
.main-banner-desktop {
display:none;
}
}
@media screen and (min-width: 414px) {
.main-banner-mobile {
display: none;
}
}

View File

@ -17,7 +17,10 @@
</header>
<main>
<section>
<img class="main-banner-desktop" src="assets/main-banner-desktop.png" alt="Banner principal">
<img class="main-banner-mobile" src="assets/main-banner-mobile.png" alt="Banner principal">
</section>
</main>
<footer>