Magic numbers are numbers that appear in source code without any explanation of what they mean. This makes the code difficult to understand and maintain. In CSS, it's harder to tell if a value is a magic number than in other languages. This is mostly because there are more numbers that don't require additional explanation. Refactoring CSS to remove magic numbers Let's look at this example design.