feat(home): criado o section1.

This commit is contained in:
Luiz Felipe Silva 2022-10-13 14:13:55 -03:00
parent 7bdfb01607
commit 9e5d77087c

View File

@ -16,5 +16,10 @@
<img src="./src/assets/svg/logo.svg" alt="M3 Academy">
</a>
</header>
<section class="section1">
<img class="fundo-desktop" src="./src/assets/img/fundo-desktop.png" alt="Notebook na mesa">
<img class="fundo-mobile" src="./src/assets/img/fundo-mobile.png" alt="Notebook na mesa">
</section>
</body>
</html>