I would like to make my website’s background shift color halfway.
It should fade over to the other color. How could I do that?
The top of the website is green and halfway down it changes to blue, like this:
I would like to make my website’s background shift color halfway.
It should fade over to the other color. How could I do that?
The top of the website is green and halfway down it changes to blue, like this:
3
Answers
Not sure if this is what you need as there is no picture attached.
But try this:
If this isn’t what you need, please be more precise in formulating your question.
Super easy, use
linear-gradient()
, also addbackground-attachment:fixed;
to make sure that the gradient isn’t repeating.If you want to make the yellow color a bit more visible, add a percentage after the color like below: