Posts o[css] gradient
Post
Cancel

o[css] gradient

http://www.colorzilla.com/gradient-editor/ or http://www.cssmatic.com

1
2
3
4
5
6
7
8
9
10
//html and body to height: 100% doesn't seem to work if the content needs to scroll.
//warning when make gradient and the page is scrollable gradient fucked up, simple add fixed at the end of each line.
//http://stackoverflow.com/a/3294418
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cbccc8)) fixed;

//for mobiles needs also 
 	html {
     height: auto;
     min-height: 100%;
  	}

origin - http://www.pipiscrew.com/?p=3162 css-gradient

This post is licensed under CC BY 4.0 by the author.
Contents

Trending Tags