0
Why is my image noy displaying in vs code
When I wan to insert an image as background image , it does not display but when I include it as a subcomponent in my webpage, it displays
2 Answers
+ 2
Without seeing your code, it's hard to say other than maybe you have a typo or similar coding error
0
body{
background-image:url(Coding.jpg);
Background-attachement:cover;
background-position:fixed;
}