"Cool Navigation Bar "
Bootstrap 4.1.1 Snippet by devfahim

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="en">
<head>
<meta charset="UTF-8">
<title>Home || </title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css" integrity="sha384-Smlep5jCw/wG7hdkwQ/Z5nLIefveQRIY9nfy6xoR1uRYBtpZgI6339F5dgvm/e9B" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
<link href="css/animate.css" rel="stylesheet">
</head>
<body>
<div class="header">
<div class="container">
<div class="row">
<div class="col-md-8">
<div class="header-left">
<img src="http://www.fourgeek.com/img/logo/logo.png" class="logo" alt="Logo">
</div>
<div class="top-title">
<h1 class="animated infinite bounceInDown">you’ll look
better with us</h1>
<h6 class="logo-title animated pulse">Co-operation is the best solution</h6>
</div>
</div>
<div class="col-md-4">
<div class="menu">
<li class="f-item-1"><a href="mh-1">Services</a></li>
<li class="f-item-2"><a href="mh-2">Works</a></li>
<li class="f-item-3"><a href="mh-3">Teams</a></li>
<li class="f-item-4"><a href="mh-4">Blogs</a></li>
<li class="f-item-5"><a href="mh-5">Find Us</a></li>
</div>
</div>
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
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,800');
@import url('https://fonts.googleapis.com/css?family=Chela+One');
.header{
background-image: url('https://www.fcinq.com/v3/wp-content/uploads/home.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
height: 800px;
}
.logo{
width:200px;
}
.logo-title{
color: #fff;
font-family: 'Open Sans', sans-serif;
font-weight:400;
letter-spacing: 5px;
text-transform: uppercase;
}
.top-title{
text-align: center;
color: #fff;
text-transform: uppercase;
margin-top: 150px;
}
.top-title h1{
font-family: 'Chela One', cursive;
}
.menu{
padding: 50px;
padding-top: 200px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
background: #d83f87;
height: 510px;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: