-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (32 loc) · 1.47 KB
/
Copy pathindex.html
File metadata and controls
36 lines (32 loc) · 1.47 KB
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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Móveis customizados</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="hero">
<img src="images/img1.jpg"
alt="Desenho de uma pessoa vestindo uma camisa amarela em uma sala com móveis."/>
<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</strong> e <strong>finesse</strong> para todo aquele que estiver ali.</p>
</div>
<div id="footer">
<div id="line"></div>
<a target="_blank" href="https://instagram.com/moveisparavoce">Instagram</a>
<a href="mailto:contato@moveisparavoce.com">Fale conosco</a>
</div>
</div>
<img src="images/balls.svg"
alt="Bolinhas laranjadas no canto direito inferior da tela"
id="balls"/>
</body>
</html>