-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (48 loc) · 1.97 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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<title>Hamburgueria - Insanos Burguer</title>
<style>
body{
background-image: url(imagem/fundo.png);
background-attachment:fixed;
background-size: 100%;
background-repeat:round;
background-color:rgb(128, 28, 15);
}
</style>
<link rel="stylesheet" type="text/css" href="css/folhadeestilo.css">
</head>
<body>
<div class="Conteiner principal">
<header>
<div class="logo">
<a href="index.html">
<img src="imagem/logo.png">
</div>
<nav>
<ul>
<li><a href="index.html">home</a></li>
<li><a href="cardapio.html">cardápio</a></li>
<li><a href="contato.html">contato</a></li>
</ul>
</nav>
</header>
<section id= 'fundo'>
<img src="imagem/hamburguer.jpg" alt="fundo" width="300px"/>
</section>
<div class="imagem fundo">
<div class="texto">
<br><br><br><br><br><br><br><br><br><br><br><h1>
<h1 align=center>Você quer um verdadeiro hamburguer artesanal, com carne suculenta de verdade? Só aqui na <strong>INSANOS</strong></p> </h1>
</div>
</div>
</div>
<footer>
<body style="color: azure;"></body>;
<body style="background-color:rgb(228, 194, 0)"></body>
</footer>
</div>
</body>
</html>