How to use transitions and transform in CSS
Another good way to add great effects with CSS is using transitions, it helps to transform CSS properties from one to other smoothly with duration between them.
The two keys properties to get it are:
transition-property: set which property we want t...
danywalls4.hashnode.dev2 min read