-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
71 lines (48 loc) · 1.77 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<link rel="shortcut icon" href="img/netflixico.png" type="image/x-icon">
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Netflix Brasil - assista online</title>
</head>
<body>
<div class="fundo-video">
<video class="video" autoplay loop muted>
<source src="img/vidfundo.mp4" type="video/mp4" />
</video>
</div>
<header class="cabecalho">
<a>
<img class="logo" src="https://assets.stickpng.com/images/580b57fcd9996e24bc43c529.png" alt="logo Netflix" />
</a>
</header>
<main class="container">
<div class="informacoes">
<img class="imagem-titulo" src="img/titulo.png" alt="title da série" />
<p class="frase"> Assine a Netflix e torne sua rotina tão enigmática <br>quanto a Wandinha!
</p>
<div class="forms">
<!-- Formulário dentro do infor -->
<form>
<div class="form-mail">
<div class="infor">
<input spellcheck="off" required autocomplete="off" type="email" name="text" class="input-em">
<label class="label-em">Email</label>
<input type="submit" value="Vamos lá">
</div>
</div>
</form>
</div>
</div>
<a href=""><button class="enter"> Entrar </button></a>
<!-- <footer>Site desenvolvido por Marco Marchi, 14/12/2022 <a href="">Github</a>
<br><br>
Web Programação - 2022
</footer> -->
</div>
<img class="wandinha" src="img/Wandinha.png" alt="Imagem de Jena Ortega, interpretando Wednesday (ou como é mais conhecida aqui Wandinha).">
</body>
</html>