DEV Community

Richard Rembert
Richard Rembert

Posted on • Updated on

Coffee Machine Glowing | Pure CSS

Today we create a coffee machine art with CSS that pours coffee automatically while having a glowing name. Though this is just a fun tutorial, you can practice CSS art to improve your CSS skills. CSS art has been a fun way for me to learn new properties and improve my CSS skills. I have a bunch of CSS art tutorials. You can check them out here. For this tutorial, all we need is some basic HTML and CSS.

This was also my first time using keyframes.

Keyframes controls the intermediate steps in CSS animation sequence by defining styles for keyframes (or waypoints) along the animation sequence. Enjoy the code below!

If you liked this post, make sure to follow me on Twitter where I post daily about Tech related things!

🌎 Let's Connect

Top comments (0)