reenadak

2018-08-12-Bootstrap-sticky-footer

Aug 12th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.49 KB | None | 0 0
  1.     <style type="text/css">
  2.         .footer {
  3.           position: absolute;
  4.           bottom: 0;
  5.           width: 100%;
  6.           /* Set the fixed height of the footer here */
  7.           height: 60px;
  8.           line-height: 60px; /* Vertically center the text there */
  9.           background-color: #f5f5f5;
  10.         }
  11.     </style>
  12.  
  13.     <footer class="footer">
  14.       <div class="container">
  15.         <center><span class="text-muted">&copy mukeshdak.com</span></center>
  16.      </div>
  17.    </footer>
Advertisement
Add Comment
Please, Sign In to add comment