Let's light it ๐ฅ up!
In previous post, we saw how amazing it is to use animation with wave ๐ emoji! In this post, we will try to achieve the same for flame ๐ฅ emoji!
Below is the CSS code:
:root {
--flame-size: 100;
}
@keyframes flame-animation {
0%,
100% {
o...
shhdharmen.hashnode.dev2 min read