Cria o banner principal desktop e mobile

This commit is contained in:
Leonardo Pereira Rocha 2022-10-13 00:12:20 -03:00
parent eaf9644616
commit 1a31cd1a96
3 changed files with 14 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

@ -14,4 +14,10 @@ body{
justify-content: center;
padding: 28px 0;
background-color: #000;
}
}
.logo-header, .main-banner-desktop{
width: 100%;
display: block;
height: auto;
}

View File

@ -20,4 +20,10 @@
<a href="/">
<img class="logo-header" src="./assets/img/Logo-M3Academy.png" alt="Logo M3 Academy" />
</a>
</header>
</header>
<div>
<img class="main-banner-desktop" src="./assets/img/main-banner-desktop.png" alt="Banner Principal"/>
</div>
</html>