Feat(main): Cria top banner

This commit is contained in:
Rhayllon Daudt 2022-10-10 13:49:32 -03:00
parent 638ee463f5
commit 647f92a313
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

@ -14,4 +14,9 @@ body{
display: flex;
justify-content: center;
padding: 28px 0;
}
.top-banner{
width: 100%;
display: block;
}

View File

@ -13,8 +13,18 @@
<body>
<header class="header-page">
<a href="/">
<img src="./assets/images/Logo-M3Academy.svg" alt="">
<img src="./assets/images/Logo-M3Academy.svg" alt="" />
</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>
</html>