Guest User

Untitled

a guest
Jan 19th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. #gradient {
  2. background: red; /* For browsers that do not support gradients */
  3. background: -webkit-linear-gradient(red, yellow); /* For Safari 5.1 to 6.0 */
  4. background: -o-linear-gradient(red, yellow); /* For Opera 11.1 to 12.0 */
  5. background: -moz-linear-gradient(red, yellow); /* For Firefox 3.6 to 15 */
  6. background: linear-gradient(red, yellow); /* Standard syntax */
  7. }
Add Comment
Please, Sign In to add comment