Page 1 of 1

Background Gradient

Posted: Mon Mar 16, 2020 8:33 am
by zinc
Pablo;

Is there a reason the page background does not have the same settings as the layer when it comes to gradient?

Z

Re: Background Gradient

Posted: Mon Mar 16, 2020 9:14 am
by Pablo
The reason is that the CSS gradients only work when the background has a specified size. The page does not have a fixed size because it depends on the content.

Re: Background Gradient

Posted: Mon Mar 16, 2020 9:41 am
by zinc
Pablo wrote: Mon Mar 16, 2020 9:14 am The reason is that the CSS gradients only work when the background has a specified size. The page does not have a fixed size because it depends on the content.
Thank you for that.