Some of my pens for 100 days of css challenge. Made with Pure CSS and HTML.
- The problem was about showcasing a viscous fluid effect using plain css
- The problem was about showcasing a ease-in popup functionality when hovering over a word using only CSS.
- To check how the pen works just press any button (A-Z,0-9) until and unless you dont see the dot blinking.
- I thought of using a continuous press event rather than a single click as you can straightaway start with a new button without waiting for the existing button animation to complete. Also if you are using radio click then the button will be stuck after first click so you will have to refresh the page if you want to try the same button again.
- The problem was regarding showing a sort of ray following the ball as it moves(like that of a comet)
- The problem was regarding scaling of the elements instead of using zoom. Zoom just expands the element thereby disturbing and causing a slight shift of rest of the buttons.