-
Notifications
You must be signed in to change notification settings - Fork 0
/
Esportes.html
53 lines (41 loc) · 1.53 KB
/
Esportes.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
51
52
53
<!DOCTYPE HTML>
<html lang="pt-br">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<title>Esportes</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<div class="navbar">
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="vestuario.html">Vestuário</a></li>
<li><a href="esportes.html">Esportes</a></li>
<li><a href="entretenimento.html">Entretenimento</a></li>
<li><a href="contato.html">Contato</a></li>
</ul>
</div>
<div class="container">
<header>
<img src="https://i.imgur.com/qwTwfmU.jpg" class="image" height="300px" width="400px">
</header>
<main>
<div class="post">
<h3>Esportes</h3>
<p>
Nosso intuito é mostrar um site de entretimento, notícias, entrevistas, fotos, vídeos e os bastidores do esporte, mostrando o universo esportivo ao seu alcance.
</p>
<h5>
</h5>
<img src="https://i.imgur.com/SoF2bAh.jpg" width="800px" title="Esportes" />
</div>
</main>
<aside>
</aside>
</div>
</body>
</html>