Improve your CSS by Keepin' it DRY

Опубликовано: 25 Июль 2026
на канале: Kevin Powell
77,845
2.7k

A look at keeping your code DRY, or in other words. DRY stands for 'Don't Repeat Yourself', and repeating ourselves is something we want to avoid when writing code. Not only is it good practice, but it can help you code a lot faster.

In this video, I take a look at a few practical examples of how you can DRY out your code, as well as a fun little button hover effect for you to try out.