animated-gradient.html 209 B

123456789
  1. <style media="screen">
  2. .gradient {
  3. position: absolute;
  4. width: 100%;
  5. height: 100%;
  6. background: linear-gradient(to bottom right, rgba(142, 128, 191, 0.5), rgba(242, 61, 76, 0.5));
  7. }
  8. </style>