Skip to content
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.

Commit

Permalink
footer changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshprasad137 committed Oct 24, 2016
1 parent 79a9307 commit f5f2d0f
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 15 deletions.
Binary file added css/contact-us.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/footer-git.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 13 additions & 11 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,18 @@
background-color: green;
}
footer {
background-color:#B8DD98;
position: relative:;
padding: 25px;
margin-top:50px;
footer
{
margin-top: 100px;
background-color: #121212;
position:relative;
padding: 25px;
height:150px;
color: white;
position: relative;
right: 0;
bottom: 0;
left: 0;
}
Expand Down Expand Up @@ -104,7 +106,7 @@
</div>
<div class="container-fluid text-center" style="background-color:#A7C2E2;">
<div class="container-fluid text-center" style="background-color:#A7C2E2; ">
<div id="brief">
<h2 style="text-align: center; color:#080C17;font-family: 'Quantico', sans-serif; ";>Choose what to find nearby..</h2>
<p style="font-size: 18px; ">
Expand Down Expand Up @@ -167,7 +169,7 @@
<div class="col-sm-6">
<p style="text-align:right"><b><i>Contact Me:<br>prasadnilesh96@gmail.com</p></i></b><hr>
<p style="text-align:right"><b><i>Copyright &copy NILESH PRASAD</p></i></b> <hr>
<p style="text-align:right"><b><i>Copyright &copy NILESH PRASAD</p></i></b>
</div>
</footer>
Expand Down
14 changes: 10 additions & 4 deletions results_display.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@

footer
{
background-color:#B8DD98;
background-color: #121212;
position:relative;
padding: 25px;
height:150px;

position: absolute;
color: white;
position: relative;
right: 0;
bottom: 0;
left: 0;
Expand Down Expand Up @@ -222,9 +222,15 @@
<div class="col-sm-6">
<p style="text-align:right"><b><i>Contact Me:<br>prasadnilesh96@gmail.com</p></i></b><hr>

<p style="text-align:right"><b><i>Copyright &copy NILESH PRASAD</p></i></b> <hr>
<p style="text-align:right"><b><i>Copyright &copy NILESH PRASAD</p></i></b>
</div>
</footer>







</body>
</html>

0 comments on commit f5f2d0f

Please sign in to comment.