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 Reply To: Edit an Image being used as a 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