-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
39 lines (38 loc) · 1.38 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
<!DOCTYPE html>
<html lang="pt-br">
<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">
<!-- Ícones do Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous">
<!-- Meu CSS -->
<link rel="stylesheet" href="Style.css">
<title>A viagem de Chihiro</title>
</head>
<body>
<header>
<img src="image/logo.svg" class="logo" alt="Studio Ghibli">
<div class="icons">
<i class="fab fa-facebook-f"></i>
<i class="fab fa-instagram"></i>
<i class="fab fa-twitter"></i>
<i class="fab fa-youtube"></i>
</div>
</header>
<div class="ilustracao">
<img src="image/ilustracao.png">
<div class="filme">
<h2>HAYAO MYAZAKI</h2>
<h1>A VIAGEM DE CHIHIRO</h1>
<p>Chihiro chega a um mundo magico dominado por uma bruxa.
Aqueles que a desobedecem sao transformados em animais.
</p>
<div class='botoes'>
<button class="agora">ASSISTIR AGORA</button>
<button class="trailer"> ASSISTA O TRAILER</button>
</div>
</div>
</div>
</body>
</html>