forked from Biplob14/Restaurant-Finding-System
-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
38 lines (32 loc) · 746 Bytes
/
footer.php
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
38
<style>
.jumbotron{
opacity:0.8;
}
.footer-text{
font-size:1.6rem;
font-weight: 500;
letter-spacing:1px;
}
</style>
<footer class="page-footer jumbotron">
<div class="container">
<div class="row">
<div class="text-success">
<div class="col-lg-6" >
<p>Copyright © My Website 2019</p>
</div>
</div>
<div class="control-group footer-text">
<div class="col-lg-3">
<!-- <a href="">Conact Us</a> -->
<a href="mailto:someone@example.com?Subject=Hello%20again" target="_top">Contact US</a>
</div>
<div class="col-lg-3">
<a href="about_us.php">about Us</a>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>