Advertisement
mralasic

Untitled

Jul 22nd, 2021
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. @import
  2. url('https://fonts.googleapis.com/css?family=Lato:400,900&display=swap');
  3. * {
  4. margin: 0;
  5. }
  6.  
  7. body{
  8. font-family:'Lato', sans-serif;
  9. }
  10.  
  11. #menu{
  12. max-width:1400px;
  13. margin-left:auto;
  14. margin-right:auto;
  15. background-image:url('https://cdn.glitch.com/fb54ad42-b82c-47b9-bd60-8c6685a09006%2Fpeter-broomfield-m3m-lnR90uM-unsplash.jpg?v=1584820978069');
  16. background-repeat: no-repeat;
  17. background-size: cover;
  18. background-attachment: fixed;
  19. height: 800px;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement