feature/section1 #2

Merged
luizfelipe9627 merged 2 commits from feature/section1 into main 2022-10-14 17:05:06 +00:00
Showing only changes of commit 1e9a48eae2 - Show all commits

View File

@ -18,5 +18,12 @@
<img src="./src/assets/svg/logo.svg" alt="Logo M3"> <img src="./src/assets/svg/logo.svg" alt="Logo M3">
</a> </a>
</header> </header>
<main>
<section class="sessao1">
<img src="./src/assets/img/fundo-desktop.png" class="fundo-desktop" alt="Programação">
<img src="./src/assets/img/fundo-mobile.png" class="fundo-mobile" alt="Programação">
</section>
</main>
</body> </body>
</html> </html>