can you send the whole code? and check if the path to the image and it’s name is right. there may be problem with a size of an image so i would recommend to try messing with stuff like background-repeat: no-repeat and background-size
can try add size to picture hope can help not want give all answer but can be things like view height view window can place code after image inline style=" img water here; size here; " thank you take care gn gm fren hope can fix the code
<div class='container mt-4 mb-4' style='height: 300px;'>
<div class='row'>
<div class="col-4" style="background-image: url('static/beach.jpg');">
One of three columns
</div>
<div class="col-8">
Two of three columns
</div>
</div>
</div>
With some derivations of the code it seems the image is getting on the screen but now showing. I’m guessing there’s an issue with the size settings.
try using background-size: contain; that way it will fit the whole image within the div or background-size: cover; it should stretch the image so it fits to the div’s size and if you are setting the background image it is set as deafault to repeat itself so i recommend to set the backgroun-repeat: no-repeat; so it won’t be repeating
Honestly I don t know how i can help you but I think you should try to create a css file and use class selectors to write the styles it would make it much cleaner, easier to read and find out problems and about sizing background image i recommend you to watch this video