"Karoline Miranda Barreto - Avaliação I"
Bootstrap 4.1.1 Snippet by psd13t

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="UFT-8">
<title>desenvolvimento de site</title>
<link rel="stylesheet" type="text/css" href="css/folhadeestilo.css">
</head>
<body>
<div class="imagemcabecalho">
<img src="cabecalho.jpg" alt="caravana reunida" width="100%" height="400px">
</div>
<div id="convite">
<h1> SEJA MEMBRO DA MELHOR CARAVANA DE MINAS GERAIS</h1>
</div>
<div id="chamada">
<h1><b>PARTICIPE DA CAMPUS PARTY COM A CARAVANA UAIFI</b></h1>
</div>
<br>
<br>
<li><A href="#capitulo I"> HISTÓRIA DA CARAVANA UAIFI </A></li><BR>
<li><A href="#capitulo II"> O QUE É CAMPUS PARTY BRASIL?</A></li><BR>
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
body {
background-color: #effbf9;
font-family: Sans-Serif;
}
.imagemcabecalho {
width: 100%;
height: 400px;
}
#convite {
margin: 0;
width: 100%;
color: white;
background-color: green;
text-align: center;
font-family: Sans-Serif;
margin-top: 30px;
padding: 0.1%;
}
#chamada {
color: #2c7a0d;
font-size: 20px;
text-align: center;
font-family: Sans-Serif;
padding: 2px solid #16f716;
margin: 0;
width: 100%;
margin-top: 70px;
}
.fotomesa img{
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: