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