Advertisement
Guest User

Forums.Aeriagames

a guest
Feb 28th, 2012
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.35 KB | None | 0 0
  1. body {
  2. background: -webkit-gradient(linear, left top, left bottom, from(#a7a7a7), to(#575757));
  3. background: -webkit-linear-gradient(top, #a7a7a7, #575757);
  4. background: -moz-linear-gradient(top, #a7a7a7, #575757);
  5. background: -ms-linear-gradient(top, #a7a7a7, #575757);
  6. background: -o-linear-gradient(top, #a7a7a7, #575757);
  7. background-color:#a7a7a7;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement