Top Leads
A Complete Guide to CSS Grid #css Read more[IT, other]
Posted 11 months ago
A Complete Guide to CSS Grid
#css
Read more
Better dynamic themes in Tailwind with OKLCH color[IT, job post]
Posted 11 months ago
Better dynamic themes in Tailwind with OKLCH color magic
Dan Kozlov and Travis Turner delve into the dynamic theming with Tailwind CSS, explaining how to make Tailwind play nice with CSS variables, OKLCH colors, and dynamic themes. - https://evilmartians.com/chronicles/better-dynamic-themes-in-tailwind-with-oklch-color-magic
#css
CSS prefers-reduced-transparency Adam Argyle expl[IT, unknown]
Posted 11 months ago
CSS prefers-reduced-transparency
Adam Argyle explains how to optimize and adjust the experience for users who prefer an opaque UI. - https://developer.chrome.com/blog/css-prefers-reduced-transparency
#css
How to escape CSS selectors in JavaScript #css #j[IT, unknown]
Posted 11 months ago
How to escape CSS selectors in JavaScript
#css #js
Read more
What have you done or can be done to write & edit CSS more efficiently?[IT, unknown]
Posted 11 months ago
I have one CSS file that 1200 lines, and a folder with a total of 3000 lines, while that's a lot I had never felt the need to organize them, I'd just pick elements in dev tools and find my selectors with CTRL F in VS Code. However lately I've been wanting to split up my CSS files not into separate ones, ...
Bootcamp or self-taught?[IT, job post]
Posted 11 months ago
I am seeking some advice on how to break into the tech realm.
I work in public education at the administration level and cannot stand the career field anymore. If I stay in it, my only choice for advancement is an even more political position, so I have decided to get out entirely and finally seek a career in web ...
Being Picky about a CSS Reset for Fun & Pleasure [IT, other]
Posted 11 months ago
Being Picky about a CSS Reset for Fun & Pleasure
Chris Coyier explains line-by-line his CSS Reset strategy. - https://chriscoyier.net/2023/10/03/being-picky-about-a-css-reset-for-fun-pleasure
#css
View transitions and stacking context: Why does my[IT, other]
Posted 11 months ago
View transitions and stacking context: Why does my CSS View Transition ignore z-index?
Nic Chan outlines a problem with view transitions and shares a workaround. - https://www.nicchan.me/blog/view-transitions-and-stacking-context
#css