shadow.css 140 B

12345678
  1. body::after {
  2. position: fixed;
  3. content: '';
  4. left: -1000px;
  5. top: -1000px;
  6. animation: shadow-preload 0.1s;
  7. animation-delay: 3s;
  8. }