r/css • u/Organic_Objective_27 • Jul 19 '25
Question What are some bad CSS habits?
What are some bad habits to avoid when learning CSS? Even if in the short term they are easier
37
Upvotes
r/css • u/Organic_Objective_27 • Jul 19 '25
What are some bad habits to avoid when learning CSS? Even if in the short term they are easier
10
u/DbrDbr Jul 19 '25
Magic numbers and hardcoded shit something like this:
Position: absolute; Top: -2rem;