+ 2
CSS gradient
How can I set gradient in such a way that the gradient effect lies only to sreen and does not get affected by the content of the page??
3 Respostas
+ 4
You probably can try to implement the gradient effect on <body> and put the page content inside a <div> centered on page/body.
+ 4
This example will help you:
https://code.sololearn.com/WFBu49ml7uOp/?ref=app
+ 2
Thanks everyone