Advertisement
Guest User

Untitled

a guest
Dec 15th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1.  
  2. /*logo css */
  3.  
  4. .logo {
  5. display: block;
  6. margin-left: auto;
  7. margin-right: auto;
  8. height: 50%;
  9. width: 50%;
  10. margin-top: 20px;
  11. margin-bottom: 5px;
  12.  
  13. }
  14.  
  15. .header {
  16. background-color: #3c3c3c;
  17. color: white;
  18. }
  19.  
  20. .footer {
  21. position: fixed;
  22. left: 0;
  23. bottom: 0;
  24. width: 100%;
  25. background-color: #3c3c3c;
  26. color: white;
  27. text-align: center;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement