"About Page template - Bootstrap responsive"
Bootstrap 3.0.0 Snippet by badrrehman

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 ---------->
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Responsive About us page- by Badrrehman</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
</head>
<body>
<section>
<div class="container-fluid">
<div class="row about-bg">
<div class="col-md-6">
</div>
<div class="col-md-6 col-sm-6 col-xs-12 about-bg-layer">
<div class="">
<div class="about-content-box">
<div class="about-heading">
<h1>ABOUT US</h1>
<h2>Company Name</h2>
<p>Slogan goes here</p>
</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
.about-bg{
background-image:url(https://preview.ibb.co/j6V8kR/responsive_about_us_page_by_badr_rehman.jpg);
background-size:cover;
background-repeat:no-repeat;
background-attachment:fixed;
}
.about-heading > p{
font-size:24px;
font-weight:bold;
}
.about-txt > p{
font-size:18px;
text-align:center;
}
.about-content-box{
padding-top:100px;
padding-bottom:100px;
padding-left:70px;
padding-right:70px;
color:#fff;
}
.about-bg-layer{
background-color:rgba(62,207,182,0.70);
height:200%;
margin:0px;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: