Please help me out with this problem
I have trying with background-img prop in css but it’s not working and there is no error in my console. i have attach my code and you can see the path of image can anyone help me out with this problem
2
You can simply write something like this:
background-image: URL('/assets/profile.jpg');
background-image: url(‘path/to/your-image.jpg’);
Click here to cancel reply.
2
Answers
You can simply write something like this:
background-image: url(‘path/to/your-image.jpg’);