+ 1
How to add background image here in code playground?
body { background-image:url ("BG%20Image.jpg"); } If I use the path of local image storage, it is not working.
3 Answers
+ 5
Use this link
https://i.ibb.co/T8Mng3g/BG-Image.jpg
+ 1
https://code.sololearn.com/WyVy7tYxgKXE/?ref=app
Please check it out.
0
I used the path: https://ibb.co/xjqc7T7
But it is not working.
Do you think the CSS code is right?