"layout"
Bootstrap 3.0.0 Snippet by evarevirus

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.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.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 ---------->
<div class="header">
<div class="container">
<a href="#" class="logo">Website</a>
<ul class="nav">
<li><a href="#" class="active">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Pages</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Gallery</a></li>
<li><a href="#">Shop</a></li>
<li><a href="#">Contacts</a></li>
</ul> <!-- end nav -->
</div> <!-- end container -->
</div> <!-- end header -->
<div class="billboard">
<div class="container">
<h1 class="billboard-intro-big">Create cool websites</h1>
<h2 class="billboard-intro-med">fast with us</h2>
<a href="" class="cta-green">Buy Now!</a>
<a href="" class="cta-trans">Learn More</a>
</div> <!-- end container -->
</div> <!-- end billboard -->
<div class="feature-wht">
<div class="container">
<h1>Present your site in the most beautiful way</h1>
<p>We are the unique set-up, that is ready to challenge and knock out such a global problem as unemployment. Our company gladly helps those, who are ready to learn, to develop and to gain new experience. company unifies people all over the world. Everything we do, we do it for YOU - totally gratuitously and with great enjoyment. We work so that you could work!</p>
<div class="row">
<div class="box-3-col">
<div class="col-3-img" id="img-1">
</div> <!-- end feature-image -->
<h3 class="box-3-title">Responsive Design</h3>
<p>Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incid idunt ut labor. </p>
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
* {
padding: 0px;
margin: 0px;
font-family: arial;
}
/* ====== HEADER ====== */
.header {
width: 100%;
background-color: #fff;
height: 80px;
line-height: 70px;
}
.logo {
text-decoration: none;
color: #222;
font-weight: bold;
font-size: 2em;
display: inline-block;
padding: 5px 20px;
}
/* ====== NAV BAR ====== */
.nav {
float: right;
overflow: hidden;
}
.nav li {
float: left;
list-style: none;
}
.nav li a {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: