You are on page 1of 1

body { background-image: -ms-linear-gradient(top, #FFFFFF 0%, #A6A6A6 100%); background-image: -moz-linear-gradient(top, #FFFFFF 0%, #A6A6A6 100%); background-image: -o-linear-gradient(top,

#FFFFFF 0%, #A6A6A6 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #A6A6A6)); background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #A6A6A6 100%); background-image: linear-gradient(to bottom, #FFFFFF 0%, #A6A6A6 100%); height:100%; } /* test */ body:target { background-image: -ms-linear-gradient(top, #FF0000 0%, #A6A6A6 100%); background-image: -moz-linear-gradient(top, #FF0000 0%, #A6A6A6 100%); background-image: -o-linear-gradient(top, #FF0000 0%, #A6A6A6 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FF0000), color-stop(1, #A6A6A6)); background-image: -webkit-linear-gradient(top, #FF0000 0%, #A6A6A6 100%); background-image: linear-gradient(to bottom, #FF0000 0%, #A6A6A6 100%); -webkit-transition: all 2s ease; -moz-transition: all 2s ease; -o-transition: all 2s ease; transition: all 2s ease; }

You might also like