"Untitled"
Bootstrap 4.1.1 Snippet by psd11m

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> Sabará </title>
<link rel="stylesheet" href="CSS3/estilo.css">
<iframe width="420" height="315"
src="https://www.youtube.com/embed/x-rD5oTdYsI">
</iframe>
<iframe width="420" height="315"
src="https://www.youtube.com/embed/pgEmuOpT4ng/">
</iframe>
</head>
<body>
<div>
<ul class="menu">
<li><a href="#"> nome </a></li>
<li><a href="sobre.html"> sobre</a></li>
<li><a href="fotos.html"> fotos </a></li>
<li><a href="cadastro.html"> cadastro </a></li>
<li><a href="#"> reserva </a></li>
<li><a href="localizacao.html"> localização </a></li>
<li><a href="#"> contato </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
h1{
background: darkviolet;
text-align: center;
color:#ffffff;
}
#sabará{
width: 100%;
height: 400px;
margin-bottom: 30px;
}
#missao{
font-size: 20px;
padding: 10px;
}
#imagemVoltar{
width: 10%;
}
body{
background:#ffcccc;
color:#c44569;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
background-image: url(../IMAGEM/salão.jpeg);
background-size: 100% 120%;
background-repeat: no-repeat;
}
a:visited{
color:purple;
}
a:hover{
font-weight: bold;
}
a:active{
color: lime;
}
header h1{
color: #71f13f;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: