Advertisement
Cassimus

body

Jul 10th, 2024
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. body {
  2. font-size: 12px;
  3. font-family: 'Quicksand', sans-serif;
  4. letter-spacing: 2px;;
  5. background-image:url('https://cdn.glitch.com/8bf6e9bb-2343-4faa-89c8-8e8795
  6. 12e4ba%2F1f63ccd1-c0ed-4700-aa77-d85ae348d55f.obraz.png?v=1584217819425');/*u
  7. stawiamy tło obrazkowe dla strony*/
  8. background-repeat: no-repeat;/*nie powtarzamy obrazka nawet jeśli jest
  9. miejsce na załadowanie kolejnego*/
  10. background-position: center; /*wyśrodkowanie tła*/
  11. background-attachment: fixed;/*podczas przewijania strony tło jest
  12. nieruchome*/
  13. }
  14.  
  15. body {
  16.  
  17. background-image:
  18. url('https://cdn.glitch.com/8bf6e9bb-2343-4faa-89c8-8e879512e4ba%2F1f63ccd1-c
  19. 0ed-4700-aa77-d85ae348d55f.obraz.png?v=1584217819425');
  20. background-repeat: no-repeat;
  21. /*wyświetli się tylko jedno zdjęcie*/
  22. background-position: center;
  23. /*wypośrodkowanie tła*/
  24. background-attachment: fixed;
  25. /* podczas scrollowania strony tło nie będzie się zmieniać , będzie
  26. przypięte*/
  27. }
  28.  
  29.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement