Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Edit an Image being used as a background

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #263054
    robostetique
    Participant

    How do I add an overlay (gradient, etc) to a repeating background image referenced in the tag? I know how to alter an individual item, or something under a ‘div’ tag, etc, but what about the page’s background?

    #263055
    robostetique
    Participant

    RESOLVED

    whoops i just add on the the background: thing with commas
    ie

    body {
    background:linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.9) 100%),url(“images/etc”)
    }

    keeping up as quick ref for anyone else stuck & googling

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.