viewing paste Unknown #5617 | CSS

Posted on the | Last edited on
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
#header {
  background: -webkit-linear-gradient(left, #51C4FD, #3CB9FB);
  background: -moz-linear-gradient(left, #51C4FD, #3CB9FB);
  background: -ms-linear-gradient(left, #51C4FD, #3CB9FB);
  background: -o-linear-gradient(left, #51C4FD, #3CB9FB);
  background: linear-gradient(left, #51C4FD, #3CB9FB);
  background-size: 100% 33px;
  background-repeat: no-repeat;
}
 
#wrapper {
 background: -webkit-linear-gradient(right, #35B7FE, #50C4FD);
 background: -moz-linear-gradient(right, #35B7FE, #50C4FD);
 background: -ms-linear-gradient(right, #35B7FE, #50C4FD);
 background: -o-linear-gradient(right, #35B7FE, #50C4FD);
 background: linear-gradient(right, #35B7FE, #50C4FD);
 background-size: 100% 60px;
 background-repeat: no-repeat;
 height: 60px;
 width: 100%;
}
Viewed 1431 times, submitted by Guest.