feature/landingPage #1
BIN
assets/images/banner-top-desktop.png
Normal file
BIN
assets/images/banner-top-desktop.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 MiB |
BIN
assets/images/banner-top-mobile.png
Normal file
BIN
assets/images/banner-top-mobile.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 341 KiB |
@ -15,3 +15,20 @@
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.main-banner{
|
||||||
|
width: 100%;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@media screen and (max-width: 414px) {
|
||||||
|
.banner-main-desktop{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (min-width: 415px) {
|
||||||
|
.banner-main-mobile{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@ -15,5 +15,13 @@
|
|||||||
<img class="logo-header" src="/assets/images/logo-m3.svg" alt="Logo M3 Academy" />
|
<img class="logo-header" src="/assets/images/logo-m3.svg" alt="Logo M3 Academy" />
|
||||||
</a>
|
</a>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
<main>
|
||||||
|
<div>
|
||||||
|
<img class="main-banner banner-main-desktop" src="/assets/images/banner-top-desktop.png" alt="Banner principal desktop">
|
||||||
|
|
||||||
|
<img class="main-banner banner-main-mobile" src="/assets/images/banner-top-mobile.png" alt="Banner principal mobile">
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue
Block a user