Top Leads
Addressing Accessibility Concerns With Using Fluid[IT, unknown]
Posted 11 months ago
Addressing Accessibility Concerns With Using Fluid Type
Maxwell Barvian outlines accessibility concerns with using the CSS clamp() function for “fluid” font sizing. - https://www.smashingmagazine.com/2023/11/addressing-accessibility-concerns-fluid-type
#css
Why You Should Use px Units for margin, padding, &[IT, unknown]
Posted 11 months ago
Why You Should Use px Units for margin, padding, & Other Spacing Techniques
Ashlee M Boyer gives some advice on when to use absolute or relative CSS units. - https://ashleemboyer.com/blog/why-you-should-use-px-units-for-margin-padding-and-other-spacing-techniques
#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
How do I make a "border" around my stuff?[IT, job post]
Posted 11 months ago
I'm making a website for fun right now, and I really want to put all my text in a box in the center in a way that still shows the background image like this https://imgur.com/a/y8QeC2e. Sorry about the small image sizes, I figured they were large enough to convey the message. I'm new to ...
Being Picky about a CSS Reset for Fun & Pleasure [IT, unknown]
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
Surprising Facts About New CSS Selectors Scott Va[IT, unknown]
Posted 11 months ago
Surprising Facts About New CSS Selectors
Scott Vandehey outlines some gotchas with :is(), :not(), :has(), :where(), and & selectors. - https://cloudfour.com/thinks/surprising-facts-about-new-css-selectors
#css
View transitions and stacking context: Why does my[IT, unknown]
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
A Complete Guide to CSS Grid #css Read more[IT, unknown]
Posted 11 months ago
A Complete Guide to CSS Grid
#css
Read more
Boss's obsession with rendering front-end components as JSON objects compiled to HTML is ruining all our projects[IT, job post]
Posted 11 months ago
For the past 2 or so months a large portion of the projects I have been working on has been partly stalled due to technical changes my boss wants to implement that the client has no knowledge of.
My boss believes that rendering all non-static components on our React projects should all be done by compiling JSON sent via websocket to ...