-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (41 loc) · 1.56 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
<!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">
<title>Movéis Costumizados</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Open+Sans:wght@400;700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="hero">
<img src="images/image 1.jpg"
alt="Pessoa em uma sala com movéis">
<h1>Ambientes <span>únicos</span> para você!</h1>
<p>
Nós criamos ambientes <strong>exclusívos</strong> e <strong>únicos</strong>,
com muito bom gosto e profissionalismo, investimos tempo e
<span>dedicação no seu projeto.</span>
<br/>
<br/>
Tenha <span>ambientes limpos</span> e bem decorados, transmitindo
<strong>elegância e finesse</strong> para todo
aquele que estiver ali.
</p>
<img
id="balls"
src="images/balls.svg"
alt="Bolinhas no canto inferior direito da tela" />
</div>
<div id="footer">
<div id="line"></div>
<a href="https://instagram.com/moveistoyou">Instagram</a>
<a href="contato@moveistoyou.com">Fale conosco</a>
</div>
</body>
</html>