forked from FranPastori/meuslivros
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
40 lines (29 loc) · 898 Bytes
/
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
<!DOCTYPE html>
<html lang="pr-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Minhas Séries</title>
</head>
<body>
<header class="cabecalho">
<div>
<img src="logo.svg" alt="" class="cabecalho__imagem">
<p class="cabecalho__texto">2B</p>
<span class="cabecalho__menu-hamburger"></span>
</div>
<div>
<ul class="cabecalho__menu">
<li class="cabecalho__menu-item">Categoria</li>
<li class="cabecalho__menu-item">Favoritos</li>
<li class="cabecalho__menu-item">Minhas Séries</li>
</ul>
<p class="cabecalho__texto2">Meu perfil</p>
</div>
</header>
<main class="principal">
</main>
<footer class="rodape">
</footer>
</body>
</html>