-
Notifications
You must be signed in to change notification settings - Fork 0
/
produtos.html
40 lines (33 loc) · 1.37 KB
/
produtos.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Projeto -01</title>
<link rel="stylesheet" href="./styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;900&family=Poppins:wght@300;500&display=swap"
rel="stylesheet">
</head>
<body>
<header>
<a href="index.html" class="link-header"> Home |</a>
<a href="quemsomos.html" class="link-header"> Quem Somos |</a>
<a href="produtos.html" class="link-header"> Produtos |</a>
<a href="servicos.html" class="link-header"> Serviços |</a>
<a href="contato.html" class="link-header"> Contato |</a>
<button class="button-login"> Login</button>
</header>
<main>
<img src="./img/foto04.png" alt="imagemprincipal" class="img-main">
<section>
<h1> Produtos</h1>
<h2> Ofertas imperdíveis!</h2>
<p>As melhores ofertas em medicamentos, suplementos e produtos para o seu Pet. Cadastre-se para aproveitar benefícios exclusivos! </p>
<button class="button-more"> Saiba mais</button>
</section>
</main>
</body>
</html>