-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfacility.html
29 lines (27 loc) · 1.39 KB
/
facility.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<h2>Contextual Backgrounds</h2>
<p>Use the contextual background classes to provide "meaning through colors":</p>
<ul>
<center><li><p class="bg-info">What we promise that we do.<p></li>
<li><p class="bg-info">Location of all hostels are perfect.</p></li>
<li><p class="bg-info">Atmosphere of near by places is fantabulous.</p></li>
<li><p class="bg-info">Managed by experience snd professional people.</p></li>
<li><p class="bg-info">Hygienic food and comfortable stay with proper facilities.</p></li>
<li><p class="bg-info">Leading banks ATMs and other required commodities near by.</p></li>
<li><p class="bg-info">Hostels are situated at walking distance from National Highway and market.</p></li>
<li><p class="bg-info">Conveyance to Railway Station/Bus Stand easily available around the clock and VICE-VERSA.</p></p></li></center>
</ul>
</div>
</body>
</html>