No Description

main.css 342B

12345678910111213141516
  1. a img{
  2. align-items: center;
  3. position: relative;
  4. width: 100%;
  5. padding: 10px;
  6. padding-left: 10px;
  7. margin-top: 20px;
  8. overflow: hidden;
  9. opacity: 0;
  10. animation-name: fadeIn;
  11. animation-delay: 0.6s;
  12. animation-duration: 0.8s;
  13. animation-fill-mode: forwards;
  14. text-decoration: none;
  15. color: white;
  16. }