|
|
Forum moderator: bigblog |
uCoz Community General Information First Steps with uCoz Gradient |
Gradient |
I make the gradient as background,this gradient is showing as lots of gradient.
image: Code body { background: #11F0E1; background: linear-gradient(top, #11F0E1 0%, #fff 100%); background: -moz-linear-gradient(top, #11F0E1 0%, #fff 100%); background: -webkit-linear-gradient(top, #11F0E1 0%,#fff 100%); margin:auto; padding:auto; width:1000px; } |
LeonHaker, this site should help with creating gradients http://colorzilla.com ; also try setting the body {} height to 100%. Additionally you should use a separate div wrapper to specify the page width - just a tip.
Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
| |||
| |||