#tinyCSStip #KnowYourDefaults: default direction for a `linear-gradient()` is 180deg (12 o'clock to 6 o'clock). ❌ DON'T `linear-gradient(to bottom, gold, purple)` ✅ DO `linear-gradient(gold, purple)` Both produce the same visual result, but 2nd is easier to read & process, not to mention fewer bytes. #CSS #CSSgradient #coding #frontend #webDev #webDevelopment https://files.mastodon.social/media_attachments/files/111/135/598/658/894/248/original/0460ad44f6587194.png