-
Notifications
You must be signed in to change notification settings - Fork 0
/
counselling.html
26 lines (26 loc) · 1.21 KB
/
counselling.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
<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Counselling</title>
</head>
<body>
<div>
<div class="row align-items-center" style="margin-top: 10%;">
<div class="col-lg-5 px-5 mx-auto">
<img src="img/counselling_bg.png" alt="" class="img-fluid mb-4 mb-lg-0">
</div>
<div class="col-lg-6" style="margin-left: 20px;">
<h2 class="font-weight-light">Counselling for Aged People</h2>
<p class="font-italic text-muted mb-4">Timing Morning 10.00 AM to Evening 5.00 PM.</p>
<div >
<div class="btn btn-light px-5 rounded-pill shadow-sm">044-28590804</div>
<div class="btn btn-light px-5 rounded-pill shadow-sm" style="margin-left: 15px;">044-28599188</div>
</div>
</div>
</div>
</div>
</body>
</html>