"Facilities"
Bootstrap 4.1.1 Snippet by devfadi

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 ---------->
<script src="https://use.fontawesome.com/f00ada1a72.js"></script>
<section class="facilities">
<div class="image-aboutus-banner" style="margin-bottom: 40px">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="lg-text text-center">Facilities</h1>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="width-90">
<div class="row mbr-justify-content-center">
<div class="col-lg-12 mbr-col-md-12">
<div class="wrap">
<div class="ico-wrap" style="margin-right: 15px">
<i class="fa fa-university fa-4x" aria-hidden="true"></i>
</div>
<div class="text-wrap vcenter">
<h2 class="mbr-fonts-style mbr-bold mbr-section-title3 display-5">Campus</h2>
<p class="mbr-fonts-style text1 mbr-text display-6">
The PARD training complex is spread over 50 acres. The elegant building of PARD contains Auditorium, seven classrooms, Library, Two Computer Labs,
Information Resource Center, Conference Room, Two Faculty Lounge, Cafeteria, hostels, guest-houses, employees’ residences, gymnasium, tennis, squash and
badminton courts, exquisite lush green lawns and on open air theater. The Academy town is considered to be a unique government enclave in Peshawar for
its environment and internal arrangements.
</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
section.facilities {
padding-top: 4rem;
padding-bottom: 5rem;
background-color: #f8f9fa;
}
.wrap {
display: flex;
background: white;
padding: 1rem 1rem 1rem 1rem;
border-radius: 0.5rem;
box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
margin-bottom: 2rem;
}
.wrap:hover {
background: linear-gradient(135deg,#228B22 0%,#006400 100%);
color: white;
}
.ico-wrap {
margin: auto;
}
.mbr-iconfont {
font-size: 4.5rem !important;
color: #313131;
margin: 1rem;
padding-right: 1rem;
}
.vcenter {
margin: auto;
}
.mbr-section-title3 {
text-align: left;
}
.wrap h2 {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: