Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body {
- font-size: 12px;
- font-family: 'Quicksand', sans-serif;
- letter-spacing: 2px;;
- background-image:url('https://cdn.glitch.com/8bf6e9bb-2343-4faa-89c8-8e8795
- 12e4ba%2F1f63ccd1-c0ed-4700-aa77-d85ae348d55f.obraz.png?v=1584217819425');/*u
- stawiamy tło obrazkowe dla strony*/
- background-repeat: no-repeat;/*nie powtarzamy obrazka nawet jeśli jest
- miejsce na załadowanie kolejnego*/
- background-position: center; /*wyśrodkowanie tła*/
- background-attachment: fixed;/*podczas przewijania strony tło jest
- nieruchome*/
- }
- body {
- background-image:
- url('https://cdn.glitch.com/8bf6e9bb-2343-4faa-89c8-8e879512e4ba%2F1f63ccd1-c
- 0ed-4700-aa77-d85ae348d55f.obraz.png?v=1584217819425');
- background-repeat: no-repeat;
- /*wyświetli się tylko jedno zdjęcie*/
- background-position: center;
- /*wypośrodkowanie tła*/
- background-attachment: fixed;
- /* podczas scrollowania strony tło nie będzie się zmieniać , będzie
- przypięte*/
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement