"Aurea Mariza- Projeto I"
Bootstrap 4.1.1 Snippet by psd06t

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
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<!Doctype html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<title>Aurea - Projeto I</title>
<link rel="stylesheet" type="text/css" href="estilo.css">
</head>
<body>
<div class="container">
<div id="banner" >
<img id="img" src="https://crcbelohorizonte.files.wordpress.com/2010/01/imagem-019.jpg" max-height="400px">
</div>
<section id="titulo">
<div>
<h1>A HISTÓRIA DA INCLUSÃO DIGITAL DE BH </h1>
</div>
</section>
<section>
<div id="titulo2">
<h3 >BH DIGITAL - FAZENDO PARTE DESSA HISTÓRIA </h3>
</div>
<div >
<ul>
<li><a href="#galeria">Galeria de fotos e vídeos</a></li>
<li><a href="#titulo3">BH pioneira em inclusão digital</a></li>
<li><a href="#inclusao">BH atualmente na inclusão digital</a></li>
<li><a href="#mapa">Mapa da Inclusão Digital</a></li>
<li><a href="https://www.hojeemdia.com.br/horizontes/bh-disputa-pr%C3%AAmio-mundial-com-programa-de-inclus%C3%A3o-digital-para-mulheres-carentes-1.755327" target="_blank">Premio inclusão digital BH</a></li>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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
.container{
background-color: #98FB98;
}
#banner{
width: 100%;
}
#banner img{
width: 100%;
height: 400px;
}
/*primeira camada*/
#titulo{
width: 100%;
text-align: center;
background-color: green;
color: #fff;
}
#titulo2{
color: #2c7a0d;
font-size: 20px;
text-align: center;
font-family:Verdana,Geneva,tahoma,SansSerif;
}
a:link, a:visited, a:active {
text-decoration:none;
color: #16f716;
}
ul{
list-style: none;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: