Oraya sağ tıklayıp incele diyin. Gelen ekranda "shine" yazısının üzerine gelin. Orada mevcut.
.shine {
  1. display: block;
  2. position: absolute;
  3. background-image: url(./images/glitter.png);
  4. background-repeat: no-repeat;
  5. background-position: center;
  6. background-size: 100% 100%;
  7. overflow: hidden;
  8. z-index: 2;
  9. opacity: 0;
  10. width: 130px;
  11. height: 130px;
  12. -webkit-animation: glitter 6s linear 0s infinite normal;
  13. animation: glitter 6s linear 0s infinite normal;
  14. text-indent: -9999px;

}