-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (30 loc) · 1.03 KB
/
index.html
File metadata and controls
33 lines (30 loc) · 1.03 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="cabecalho container">
<img src="img/logo.png" alt="Logo do campo" class="cabecalho_logo" title="imagem do pixabay sobre o campo"
<!--<div class="logo">MinhaLogo</div>-->
<nav class="menu">
<ul>
<li><a href="#">Início</a></li>
<li><a href="#">Sobre</a></li>
<li><a href="#">Serviços</a></li>
<li><a href="#">Contato</a></li>
</ul>
</nav>
</header>
<main>
<section class="principal container">
<h1 class="pricipal_titulo">Agrinho 2025</h1>
<p class="principal_texto">Festejando a conexão Campo Cidade</p>
<a href="#" class="principal_botao botao">Venha se conectar</a>
</section>
</main>
</body>
</html>