« Web, HTML, Tech Forum

Issues with background-image.

Issue is most likely my browser, my code looks fine, and the image host is fine (I've tried multiple reputable ones.) I'm gonna post my code and the image I want to use. I'm using firefox by the way. It also appears no one's background images are showing, like none at all, just a solid color for everyone. I'll host the images myself if I have to.


<style>
    body {
      background-image: url(https://64.media.tumblr.com/871f6d4fe303b15df9eb64e6e0f0a6c3/  dd4402d54b5e48f2-de/s2048x3072/c82a6ab4630b1878ebb28ff40402552b5766157a.jpg) !imporatant;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-size: cover;
}
</style>




https://64.media.tumblr.com/871f6d4fe303b15df9eb64e6e0f0a6c3/dd4402d54b5e48f2-de/s2048x3072/c82a6ab4630b1878ebb28ff40402552b5766157a.jpg


Report Topic

1 Reply