-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (27 loc) · 1004 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
25
26
27
28
29
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, intial-scale=1.0">
<title>Site Criativo</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="cabecalho">
<img class="cabecalho-img" src="./img/logo-escola.jpg" alt="logo da escola">
<h1 class="cabecalho-titulo">Meu Site Criativo</h1>
<ul class="cabecalho-lista">
<li class="cabecalho-lista-item">ESCOLA</li>
<li class="cabecalho-lista-item">ESCOLA</li>
</ul>
</header>
<section class="escola">
<div class="escola-div-conteudo">
<h2 class="escola-titulo">Colégio Cívico Militar Professor Francisco Villanueva</h2>
<p class="escola-texto-um">Ensino Fundamental e Ensino Médio</p>
<p class="escola-texto-dois">A turma 2C é a mais estudiosa e famosa...</p>
</div>
<img class="escola-imagem" src=".img/escola.jpg" alt="foto da escola">
</section>
</body>
</html>