• Page 1 of 1
  • 1
Forum moderator: bigblog  
uCoz Community » General Information » First Steps with uCoz » Gradient
Gradient
LeonHaker
Posts: 95
Reputation: 0

Message # 1 | 3:22 PM
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; }
Paradox
Old Guard
Posts: 3284
Reputation: 145

Message # 2 | 4:40 AM
LeonHaker, this site should help with creating gradients http://colorzilla.com ; also try setting the body {} height to 100%. smile Additionally you should use a separate div wrapper to specify the page width - just a tip. wink
Jack of all trades in development, design, strategy.
Working as a Support Engineer.
Been here for 13 years and counting.
LeonHaker
Posts: 95
Reputation: 0

Message # 3 | 1:10 PM
I resolve the problem.It is the missing code:
Code

background-repeat:no-repeat;
uCoz Community » General Information » First Steps with uCoz » Gradient
  • Page 1 of 1
  • 1
Search: