2
I’m setting up a website for myself, and I’ve defined the site structures (header, Section, aside, footer).
However, I am willing to put a gradient background on the entire site. So I applied it to css:
body { background: linear-gradient(rgba(0,0,0,0.87), rgba(0,0,0,1)); }
When saved and I see the site, applied the gradient to the entire site, but the gradient starts and ends at each structure limit, is a gradient for header, another for Ction, another pro footer, etc...
And that’s not what I want, I want the same gradient for the entire site. Does anyone know what’s wrong, or what I need to put?
This wasn’t supposed to happen. You could only know what’s going on if you saw all the code. There could be some conflict in CSS.
– Sam