feat(home): criado estrutura do mural de imagens.
This commit is contained in:
parent
900545d180
commit
d9772646a7
18
index.html
18
index.html
@ -39,8 +39,6 @@
|
||||
</figure>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="container-cards">
|
||||
<div class="card">
|
||||
<figure>
|
||||
@ -74,5 +72,21 @@
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="section3">
|
||||
<div class="fundo">
|
||||
<figure class="notebook1">
|
||||
<img src="./src/assets/img/notebook1.png" alt="Notebook 1">
|
||||
</figure>
|
||||
|
||||
<figure class="notebook2">
|
||||
<img src="./src/assets/img/notebook2.png" alt="Notebook 2">
|
||||
</figure>
|
||||
|
||||
<figure class="notebook3">
|
||||
<img src="./src/assets/img/notebook3.png" alt="Notebook 3">
|
||||
</figure>
|
||||
</div>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user