"Simple Layout"
Bootstrap 3.2.0 Snippet by ishwarkatwe

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="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<div class="container bg">
<div class="col-md-10">
<img width="50" src="https://scontent-a-sin.xx.fbcdn.net/hphotos-frc3/v/t1.0-9/1010549_378823185552943_1788436797_n.png?oh=22ba084d3525bcd1c26137da36882340&oe=54498BFE" />
<span class="brand">Dynasofts</span>
</div>
<div class="col-md-2 pull-right">
<i class="social fa fa-facebook fa-2x" style="
color: rgb(100, 100, 246);
"></i>
<i class="social fa fa-google-plus fa-2x" style="
color: rgb(252, 49, 49);
"></i>
<i class="social fa fa-twitter fa-2x" style="
color: rgb(47, 188, 255);
"></i>
</div>
</div>
<br>
<div class="container">
<nav class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
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
*{
margin:0px;
padding:0px;
}
.navbar-default {
background-color: #FFFFFF;
border-bottom-color: #BB0000;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
color: #FFF;
background-color: #8A8A8A;
}
.nav>li>a:hover, .nav>li>a:focus {
text-decoration: none;
background-color: #CCC;
color: #FFF;
}
a {
color: #FFFFFF;
text-decoration: none;
}
.img_item
{
width:80px;
height:80px;
float:left;
}
.title{
margin-top: 3px;
margin-bottom: 3px;
font-family: fantasy;
color: brown;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: