-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
79 lines (70 loc) · 3.88 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
<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="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="style.css">
<title>Youtube com Grid</title>
</head>
<body>
<main>
<div class="container">
<div class="principal">
<iframe width="560" height="315" src="https://www.youtube.com/embed/31wBVKg68ag"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
<h1 class="titulo-principal">60 ECHEVERIAS COM IDENTIFICAÇÃO E CORES INTENSAS</h1>
<p class="visualizacoes-principal"> 18 mil visualizações</p>
<p class="info-principal">Lorem ipsum dolor sit, amet consectetur adipisicing elit. Ipsam, dignissimos aliquam temporibus quasi
libero nemo, eveniet odio eaque molestiae nam cumque rem illum excepturi repudiandae architecto
consequuntur saepe quaerat reiciendis.</p>
</div>
<div class="propaganda">
<p>propaganda</p>
</div>
<div class="video1">
<iframe class="lateral" width="101" height="71" src="https://www.youtube.com/embed/IpYD4fA7cGk"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
<div class="menu-videos">
<h2 class="titulo-lateral">Gêneros de suculentas que estão entrando em dormência e os que estão saindo</h2>
<p class="info">Edi Plantas Suculentas</p>
<p class="info">3,3 mil visualizações</p>
<p class="info">há 3 semanas</p>
</div>
</div>
<div class="video2">
<iframe class="lateral" width="101" height="71" src="https://www.youtube.com/embed/-JWJugzNcVM"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
<div class="menu-videos">
<h2 class="titulo-lateral">SALVE sua suculenta da FALTA DE SOL no inverno</h2>
<p class="info">Jardim da Marcia</p>
<p class="info">6,7 mil visualizações</p>
<p class="info">há 1 mês</p>
</div>
</div>
<div class="video3">
<iframe class="lateral" width="101" height="71" src="https://www.youtube.com/embed/UrVVj4nuig4"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
<div class="menu-videos">
<h2 class="titulo-lateral">PODA QUE TE DÁ MUITAS MUDAS
</h2>
<p class="info">Simone Felic</p>
<p class="info">6,9 mil visualizações</p>
<p class="info">há 13 dias</p>
</div>
</div>
</div>
</main>
</body>
</html>