Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. HTML:
  2. <footer>
  3. <div class="navigation2">
  4. &copy; 2019 - <a href="index.html">X</a>
  5. </div>
  6. </footer>
  7.  
  8. CSS:
  9. .navigation2 {
  10. padding: 8px;
  11. background-color:#888;
  12. width: 50%;
  13. margin-left: auto;
  14. margin-right: auto;
  15. position: fixed;
  16. bottom: 0px;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement