"Untitled"
Bootstrap 4.1.1 Snippet by Emanuela

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 ---------->
<!--inicio da nav-bar-->
<nav class="navbar navbar-expand-lg navbar-light bg-white py-3 shadow-sm bg-transparent fixed-top"> <a href="#" class="navbar-brand font-weight-bold d-block d-lg-none"></a>
<div id="navbarContent" class="collapse navbar-collapse">
<ul class="navbar-nav mx-auto">
<h4 class="logo" style="color: #87CEEB">HA BORDO</h4><!--titulo usado como logo-->
<!--itens da nav-->
<li class="nav-item dropdown megamenu"><a id="megamneu" href="http://127.0.0.1/curso/html/projeto-final/index.html#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="nav-link font-weight-bold text-uppercase">Ínicio</a>
<li class="nav-item"><a href="" class="nav-link font-weight-bold text-uppercase">Destinos</a></li>
<li class="nav-item"><a href="http://127.0.0.1/curso/html/projeto-final/promo.html" class="nav-link font-weight-bold text-uppercase">Pacotes</a></li>
<li class="nav-item"><a href="" class="nav-link font-weight-bold text-uppercase">Contato</a></li>
</ul>
</div>
</nav>
<!-- Banner -->
<section id="banner" style="background-color: #ADD8E6">
<div class="inner split">
<section>
<h2 style="margin-left: 300px; ">REGIÃO SUL<a href="#"></a></h2>
</section>
<section class="row">
<p>Selecionamos ofertas para você, com reservas flexíveis e com preços incríveis. Pacotes Com flexibildade e opção de alteração de data, sonhe com a sua próxima viagem. Voo + Hotel + Muito Mais. .</p>
<ul class="actions">
<li><a href="#" class="button special">Mais</a></li>
</ul>
</section>
</div>
</section>
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
.logo
{
margin-right: 400px;
font-family: 'Crimson Text', serif, font-size -2px;
color: ;
}
@import url(font-awesome.min.css);
html, body, div, span{
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: