Merge pull request 'Feat(main): Cria top banner' (#3) from Feat/Top-image-banner into develop

Reviewed-on: #3
This commit is contained in:
Rhayllon Daudt 2022-10-10 16:51:03 +00:00
commit efe244ab5c
4 changed files with 17 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 332 KiB

View File

@ -15,3 +15,8 @@ body{
justify-content: center; justify-content: center;
padding: 28px 0; padding: 28px 0;
} }
.top-banner{
width: 100%;
display: block;
}

View File

@ -13,8 +13,18 @@
<body> <body>
<header class="header-page"> <header class="header-page">
<a href="/"> <a href="/">
<img src="./assets/images/Logo-M3Academy.svg" alt=""> <img src="./assets/images/Logo-M3Academy.svg" alt="" />
</a> </a>
</header> </header>
<main>
<div>
<figure>
<img class="top-banner top-banner-desktop" src="./assets/images/top-banner-desktop.png" alt="Imagem de um notebook" />
</figure>
</div>
</main>
</body> </body>
</html> </html>