Advertisement
Guest User

footer

a guest
Dec 9th, 2012
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.50 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title> </title>
  5.  
  6. <style type="text/css">
  7.  
  8. div.footer { margin: 20px auto; clear: both; display: block; width: 734px; list-style-type: none; border-top: 1px solid #fff; -webkit-box-shadow: 0 -1px 0 #ddd; -moz-box-shadow: 0 -1px 0 #ddd; box-shadow: 0 -1px 0 #ddd; padding: 20px 0; text-align: center; }
  9.       div.footer  a, div.footer span { margin: 0 20px 0 0; font-size: 11px; }
  10.      
  11. </style>
  12.  
  13.  
  14. <div class="footer">
  15.       bla bla here....
  16. </div>
  17.  
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement