MatrixDevVideosArtMusicBooksProjectsTechAIHistoryGamingDIYHealthProgrammingPrivacyAskMatrixIdeas4MatrixThemesHelpTop Subs
7
Add topics

Comment preview

[-]x0x74(+3|0)

Attention!

span Attention!
style.
 span {
  animation: grow 5h linear infinite;
 }
 @keyframes grow {
  from { transform: scale(1); }
  to { transform: scale(1000000); }
 }