I have tried this code:
body { background-image: url('https://imgur.com/9Ns6RVS.png'); background-repeat: no-repeat; background-size: cover; }

Didn’t work. Please help, thanks!

    • minnieo@kbin.socialOP
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      okay, sooo be nice cause i don’t know how to code at all lol, so idk if i did it right, but, when i did this:
      middle { background-image: url('https://imgur.com/9Ns6RVS.png'); background-repeat: no-repeat; background-size: cover; }

      it still didnt work :(

      • raltsm4k@kbin.social
        link
        fedilink
        arrow-up
        0
        ·
        1 year ago

        No worries, you need to include the pound sign before middle. So
        #middle { background-image: url('https://imgur.com/9Ns6RVS.png'); background-repeat: no-repeat; background-size: cover; }
        should work.

          • raltsm4k@kbin.social
            link
            fedilink
            arrow-up
            1
            ·
            1 year ago

            My bad, you need to remove the quotes from around the URL, it doesn’t like those for some reason. So it’ll be url(https://imgur.com/9Ns6RVS.png)

                • minnieo@kbin.socialOP
                  link
                  fedilink
                  arrow-up
                  0
                  ·
                  1 year ago

                  another question, is there any place for css themes for kbin around here? i certainly couldn’t write it myself, and i can’t find documentation on it. i understand it may not be flesh out yet, but shot in the dark