Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. ` 1.
  2. body {
  3. 2.
  4. background:-webkit-gradient(
  5. 3.
  6. linear,
  7. 4.
  8. left top,
  9. 5.
  10. left bottom,
  11. 6.
  12. color-stop(0.06, rgb(235,235,235)),
  13. 7.
  14. color-stop(0.1, rgb(240,240,240)),
  15. 8.
  16. color-stop(0.20, rgb(245,245,245)),
  17. 9.
  18. color-stop(0.30, rgb(255,255,255)),
  19. 10.
  20. color-stop(0.70, rgb(255,255,255)),
  21. 11.
  22. color-stop(0.80, rgb(245,245,245)),
  23. 12.
  24. color-stop(0.90, rgb(240,240,240)),
  25. 13.
  26. color-stop(0.94, rgb(235,235,235))
  27. 14.
  28. );
  29. 15.
  30. background:-moz-linear-gradient(
  31. 16.
  32. center top,
  33. 17.
  34. rgb(235,235,235) 6%,
  35. 18.
  36. rgb(240,240,240) 10%,
  37. 19.
  38. rgb(245,245,245) 20%,
  39. 20.
  40. rgb(255,255,255) 30%,
  41. 21.
  42. rgb(255,255,255) 70%,
  43. 22.
  44. rgb(245,245,245) 80%,
  45. 23.
  46. rgb(240,240,240) 90%,
  47. 24.
  48. rgb(235,235,235) 94%
  49. 25.
  50. );
  51. 26.
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement