-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (24 loc) · 915 Bytes
/
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
<!DOCTYPE html>
<html lang="pt br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Landing Page Yoga</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="responsivel.css">
</head>
<body>
<div>
<div id="fundo">
<div id="img"></div>
<div class="text">
<h1>O Yoga é uma prática que tem como objetivo trabalhar o corpo e a mente de forma interligada,
com exercícios que auxiliam para o controle do estresse, ansiedade, dores no corpo e na coluna,
além de melhorar o equilíbrio e promover a sensação de bem
estar e a disposição, podendo ser praticada por homens e mulheres.</h1>
</div>
</div>
</div>
<footer>Copyright (c) 2021 Wilker Lisboa</footer>
</body>
</html>