forked from FranPastori/TurmaKResponsividade
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (22 loc) · 932 Bytes
/
index.html
File metadata and controls
27 lines (22 loc) · 932 Bytes
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
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Biblioteca Start</title>
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header class="cabecalho">
<div class="conteiner">
<span class="cabecalho__menu conteiner__imagem"> </span>
<img class="cabecalho__logo conteiner__imagem " src="img/Logo.svg" alt="logo da biblioteca start">
</div>
<div class="conteiner">
<a href="#"><img class="conteiner__imagem" src="img/Favoritos.svg" alt="Favoritos"></a>
<a href="#"><img class="conteiner__imagem" src="img/Emprestimos.svg" alt="Emprestimos"></a>
<a href="#"><img class="conteiner__imagem" src="img/Usuario.svg" alt="usuario"></a>
</div>
</header>
</body>
</html>