-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (38 loc) · 1.37 KB
/
index.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
41
42
43
44
45
46
47
48
49
50
51
52
53
<DOCTIPE HTML>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name=viewport content="width=device-width, inicial-scale=1">
<title>Novos Mundos Livraria</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<img id= "livraria" src="imagens.css/livraria.jpeg" alt="livraria">
<nav><ul>
<li><a href="index.html"> Página inicial</a></li>
<li><a href="produtos.html">Produtos</a></li>
<li><a href="dicasdeleitura.html">Dicas de leitura</a></li>
</ul>
</nav>
</header>
<img id="leitura" src="imagens.css/library.jpg">
<h1>Novos Mundos Livraria</h1>
<p> Av. Céu Azul, 93/4 - Campo Belo </p>
<p id="missao"><em>Missão: Proporcionar o acesso a <strong> mundos diversos a partir dos livros.</strong> </em></p>
<div>
<h2> Benefícios </h2>
<ul>
<li class="itens"> Conhecimento </li>
<li class="itens"> Diversão </li>
<li class="itens"> Desenvolvimento </li>
</ul>
<img class= "imagenssecundarias" src="imagens.css/livro.jpg">
<img class= "imagenssecundarias" src="imagens.css/lugares.jpg">
<img class= "imagenssecundarias" src="imagens.css/brain.jpg">
<img class= "imagenssecundarias" src="imagens.css/heart.jpg">
<img class= "imagenssecundarias" src="imagens.css/book.jpg">
</div>
</body>
</html>