How do i properly set background on my laptop? Bc any style i put as BG it tends to repeat vertically. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How do i properly set background on my laptop? Bc any style i put as BG it tends to repeat vertically.

19th May 2020, 7:15 PM
Kingsley
Kingsley - avatar
2 Answers
+ 3
Try this: background: url('your-url-here') no-repeat; background-attachment: fixed;
19th May 2020, 7:20 PM
Subash
Subash - avatar
+ 1
it stopped repeating but i trying the linear gradient effect so now its a slim blue black at the top of the page.
19th May 2020, 7:26 PM
Kingsley
Kingsley - avatar