-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (42 loc) · 1.57 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>meu dia a dia</title>
<link rel="stylesheet" type="text/css" href="style.css">
<style>
</style>
</head>
<body>
<header>
<img src="foto1.jpg" style: width="50%">
<nav>
<ul>
<li> <a href=""></a>Home</li>
<li>Cotidiano</li>
<li>Escola</li>
</nav>
</header>
<h1>Meu dia</h1>
<p style= "text-align: center; front-size: 32px;"> <strong>Olá! Meu nome é Artur, tenho 15 anos. Primeiro preciso lembrar que a minha vida se baseia principalmente em estudar.</strong> </p>
<p style= "text-align: center; front-size: 32px;"> <em>Acordo às 6 horas da manhã e a primeira coisa que faço após me levantar é escovar meus dentes. Logo depois, tomo o primeiro banho do dia, o que me ajuda a ter mais energia para as tarefas diárias.</em> </p>
<p style= "text-align: center; front-size: 32px;">Após me vestir, vou diretamente para a cozinha, onde tomo o meu café da manhã preparado pela minha mãe. Saio de casa por volta das 7 horas da manhã e chego no colégio cerca de meia hora depois.</p>
<p style= "text-align: center; front-size: 32px;">Depois que chego da escola, tomo um café e vou assistir algumas séries e animes.</p>
<h4>Referências</h4>
<ol>
-Meu dia
-aluno do jk
-maringá integral
</ol>
<ul>
<li> - Meu dia</li>
<li> - aluno do jk </li>
<li> - maringá integral </li>
</ul>
-Meu dia
-aluno do jk
-maringá integral
<img src="foto1.jpg" style: width="50%">
</body>
</html>