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?
![](https://lemdro.id/pictrs/image/9048407d-d6cb-45a5-a40a-a34f6e0e17fa.png?format=webp&thumbnail=128)
![](https://lemdro.id/pictrs/image/9048407d-d6cb-45a5-a40a-a34f6e0e17fa.png?format=webp)
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!