-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
94 lines (71 loc) · 1.71 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>desafio_3</title>
</head>
<body>
<header>
<nav class="header-nav">
<ul >
<a href="">Portifolio</a>
<a href="">Sobre</a>
<a href="">Contato</a>
</ul>
</nav>
<section>
<figure>
<figcaption class="life">
<h1>No ritimo da batida</h1>
<img src="img/life.png" alt="batida">
</figcaption>
</figure>
</section>
<nav>
<ul class="header-nav">
<a href="">Arte & Design </a>
<a href="">Estilo & Musica</a>
<a href="">Ebook & Videos</a>
</ul>
</nav>
</header>
<main>
<h2>AQUARELA</h2>
<p>Uma brincadeira com fotos , cores e efeitos, curta, compartilhe e deixe seu comentário, ficarei feliz pelo feedback.</p>
<section>
<figure>
<figcaption>
<div class="div-main">
<img src="img/1.png" alt="1">
<img src="img/2.png" alt="2">
<img src="img/3.png" alt="3">
<img src="img/4.png" alt="4">
<h3>Veja mais</h3>
</div>
</figcaption>
</figure>
</section>
</main>
<footer>
<section>
<figure>
<div class="footer-img">
<img src="img/insta.png" alt="insta">
<img src="img/face.png" alt="face">
<img src="img/likedin.png" alt="likedin">
<img src="img/pinterest.png" alt="pinterest">
</div>
</figure>
</section>
<nav>
<ul class="text-footer" >
<a href="">Portifolio</a>
<a href="">Sobre</a>
<a href="">Contato</a>
</ul>
</nav>
</footer>
</body>
</html>