Skip to content

Commit

Permalink
inicio html e css e
Browse files Browse the repository at this point in the history
commerce
  • Loading branch information
Alexandre8Cesar committed May 18, 2024
1 parent 02c2f12 commit 7a03bd3
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 0 deletions.
Binary file added E-commerce/imagens/produto.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
103 changes: 103 additions & 0 deletions E-commerce/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>e-commerce</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="estilos/estilos.css">
<div class="container">
<h1>Lira e Cia</h1>
<section class="Produtos" id="Produtos">
<h2>Produtos</h2>
<div class="itens-produtos">
<!-- Icone de venda e compra -->
<div class="item">
<img src="imagens/produto.jpg" alt="Vela Aromática1">
<div class="info">
<h3>Bamboo Minerva</h3>
<h6> Vela Aromática - 200g</h6>
<h4><span>R$ 39,00</span></h4>
<button class="pedir">pedir agora</button>

</div>
<div class="item">
<img src="imagens/produto.jpg" alt="Vela Aromática2">
<div class="info">
<h3>Bamboo Minerva</h3>
<h6> Vela Aromática - 200g</h6>
<h4><span>R$ 39,00</span></h4>
<button class="pedir">pedir agora</button>

</div>
<div class="item">
<img src="imagens/produto.jpg" alt="Vela Aromática3">
<div class="info">
<h3>Bamboo Minerva</h3>
<h6> Vela Aromática - 200g</h6>
<h4><span>R$ 39,00</span></h4>
<button class="pedir">pedir agora</button>

</div>
<div class="item">
<img src="imagens/produto.jpg" alt="Vela Aromática4">
<div class="info">
<h3>Bamboo Minerva</h3>
<h6> Vela Aromática - 200g</h6>
<h4><span>R$ 39,00</span></h4>
<button class="pedir">pedir agora</button>

</div>
<div class="item">
<img src="imagens/produto.jpg" alt="Vela Aromática5">
<div class="info">
<h3>Bamboo Minerva</h3>
<h6> Vela Aromática - 200g</h6>
<h4><span>R$ 39,00</span></h4>
<button class="pedir">pedir agora</button>

</div>
<div class="item">
<img src="imagens/produto.jpg" alt="Vela Aromática6">
<div class="info">
<h3>Bamboo Minerva</h3>
<h6> Vela Aromática - 200g</h6>
<h4><span>R$ 39,00</span></h4>
<button class="pedir">pedir agora</button>

</div>
<div class="item">
<img src="imagens/produto.jpg" alt="Vela Aromática7">
<div class="info">
<h3>Bamboo Minerva</h3>
<h6> Vela Aromática - 200g</h6>
<h4><span>R$ 39,00</span></h4>
<button class="pedir">pedir agora</button>

</div>
<div class="item">
<img src="imagens/produto.jpg" alt="Vela Aromática8">
<div class="info">
<h3>Bamboo Minerva</h3>
<h6> Vela Aromática - 200g</h6>
<h4><span>R$ 39,00</span></h4>
<button class="pedir">pedir agora</button>

</div>
<div class="item">
<img src="imagens/produto.jpg" alt="Vela Aromática9">
<div class="info">
<h3>Bamboo Minerva</h3>
<h6> Vela Aromática - 200g</h6>
<h4><span>R$ 39,00</span></h4>
<button class="pedir">pedir agora</button>

</div>
</head>
<body>
<footer>
<h4>Acesse nosso site e garanta a sua: www.ecommerce.com.br</h4>
</footer>
</body>
</html>
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ <h2>Curso FrontEnd</h2>
<a href="Cirurgico/index.html">Centro Cirurgico</a> <br>
<a href="jogo da memoria/gamememoria.html">Jogo da Memória</a> <br>
<a href="jogo da forca/ex11_3jogo.html">Jogo de Palavras</a> <br>
<a href="E-commerce/indexs.html">E-commerce</a> <br>
<a href="https://github.com/Alexandre8Cesar">Github</a> <br>
</body>
</html>

0 comments on commit 7a03bd3

Please sign in to comment.