-
Notifications
You must be signed in to change notification settings - Fork 0
/
Index18.html
92 lines (80 loc) · 2.5 KB
/
Index18.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
<!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">
<link rel="stylesheet" href="style18.css">
<title>Aula - css</title>
</head>
<body>
<header>
<h1>Vídeos da semana</h1>
</header>
<main>
<section>
<figure>
<img src="https://picsum.photos/400/300?random=1" alt="">
</figure>
<h3>Nome do Vídeo</h3>
<p>122 visualisações</p>
</section>
<section>
<figure>
<img src="https://picsum.photos/400/300?random=2" alt="">
</figure>
<h3>Nome do Vídeo</h3>
<p>122 visualisações</p>
</section>
<section>
<figure>
<img src="https://picsum.photos/400/300?random=3" alt="">
</figure>
<h3>Nome do Vídeo</h3>
<p>122 visualisações</p>
</section>
<section>
<figure>
<img src="https://picsum.photos/400/300?random=4" alt="">
</figure>
<h3>Nome do Vídeo</h3>
<p>122 visualisações</p>
</section>
<section>
<figure>
<img src="https://picsum.photos/400/300?random=5" alt="">
</figure>
<h3>Nome do Vídeo</h3>
<p>122 visualisações</p>
</section>
<section>
<figure>
<img src="https://picsum.photos/400/300?random=6" alt="">
</figure>
<h3>Nome do Vídeo</h3>
<p>122 visualisações</p>
</section>
<section>
<figure>
<img src="https://picsum.photos/400/300?random=7" alt="">
</figure>
<h3>Nome do Vídeo</h3>
<p>122 visualisações</p>
</section>
<section>
<figure>
<img src="https://picsum.photos/400/300?random=8" alt="">
</figure>
<h3>Nome do Vídeo</h3>
<p>122 visualisações</p>
</section>
<section>
<figure>
<img src="https://picsum.photos/400/300?random=9" alt="">
</figure>
<h3>Nome do Vídeo</h3>
<p>122 visualisações</p>
</section>
</main>
</body>
</html>