How do I add a background image (from a url) to my new magazine?
How do I add a background image (from a url) to my new magazine?
I have tried this code:
body { background-image: url('https://imgur.com/9Ns6RVS.png'); background-repeat: no-repeat; background-size: cover; }
Didn't work. Please help, thanks!