How can I improve this basic site code?
I created a basic JS, HTML, CSS site yesterday that rotates an emoji 90 degrees every time the user clicks it.
To create the spinning emoji, I created four divs with the original, upright emoji (๐).
I gave them each class names that would allow for ...
getoutofthatgarden.hashnode.dev1 min read
Henzzo
Web Developer
you can use a simple
@keyframeanimation to do the work. Check your repo I created a simplepull requestto show you some of the changes.