emojis.css (103B)
1 .emoji { 2 font-size: x-large; 3 transition: 0.2s all; 4 } 5 .emoji:hover { 6 font-size: x-large; 7 }