page-background.svg 376 B

12345678
  1. <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
  2. <linearGradient id="g" x1="0%" y1="0%" x2="0%" y2="100%">
  3. <stop offset="0" stop-color="#dddddd" />
  4. <stop offset="0.1" stop-color="#eeeeee" />
  5. <stop offset="0.4" stop-color="#fbfaf9" />
  6. </linearGradient>
  7. <rect x="0" y="0" width="100%" height="100%" fill="url(#g)" />
  8. </svg>