2 lines
674 B
CSS
2 lines
674 B
CSS
#logo_top,#logo_left,#logo_right,#logo_bottom{-webkit-animation:top 4s linear infinite;animation:top 4s linear infinite}#logo_right{-webkit-animation-delay:.3s;animation-delay:.3s}#logo_bottom{-webkit-animation-delay:.5s;animation-delay:.5s}#logo_left{-webkit-animation-delay:.8s;animation-delay:.8s}.header_img{background-color:#fff;padding:4px;border-radius:8px;width:60px;height:60px}.header_img svg{width:100%;height:100%;object-fit:contain;-o-object-fit:contain}@-webkit-keyframes top{0%{fill:#aba17d}25%{fill:#003197}50%{fill:#0056ff}75%{fill:#003197}to{fill:#aba17d}}@keyframes top{0%{fill:#aba17d}25%{fill:#003197}50%{fill:#0056ff}75%{fill:#003197}to{fill:#aba17d}}
|