-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (33 loc) · 1.05 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
<!DOCTYPE html>
<html lang="pt_BR">
<head>
<!--PAGE Info -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OriginSix</title>
<!-- STYLES-->
<link rel="stylesheet" href="style.css">
</head>
<body>
<header id= "header">
<nav class="container">
<a class="logo" href="#">beautysalon.</a>
<div class="menu">...</div>
</nav>
</header>
<main>
<section>
<div class="container">
<img
src="https://images.unsplash.com/photo-1562322140-8baeececf3df?ixid=MnwxMjA3fDB8MHxzZWFyY2h8MXx8aGFpcmRyZXNzZXJ8ZW58MHx8MHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60" alt="Mulher sorrindo enquanto realiza um penteado em outra Mulher"/>
<h1>Saúde natural para os seus cabelos</h1>
<p>
Um salão exclusivo em São Paulo, especializado em tratamentos naturais.
</p>
<a href="#">Agendar um horário.</a>
</div>
</section>
</main>
</body>
</body>
</html>