Found 1270 bookmarks
Custom sorting
CSS Nesting, specificity and you | Kilian Valkhof
CSS Nesting, specificity and you | Kilian Valkhof
Native CSS nesting is coming to browsers soon. With nesting, that you might be familiar with from Sass or Less, you can greatly cut down on writing repetitive selectors. But you can also really work yourself into a corner if you’re not careful. This is an overview of how you can already use it today, […]
·kilianvalkhof.com·
CSS Nesting, specificity and you | Kilian Valkhof
Using HSL Colors In CSS — Smashing Magazine
Using HSL Colors In CSS — Smashing Magazine
In this article, Ahmad Shadeed explains what HSL is, how to use it, and shares some of the useful use-cases and examples that you can use right away in your current projects.
·smashingmagazine.com·
Using HSL Colors In CSS — Smashing Magazine
CSS Logical Properties and Values
CSS Logical Properties and Values
Now that cross-browser support is at a tipping point, it's a good time to take a look at logical properties and values. If you're creating a website in
·css-tricks.com·
CSS Logical Properties and Values
Experimental features in Firefox - Mozilla | MDN
Experimental features in Firefox - Mozilla | MDN
This page lists Firefox's experimental and partially implemented features, including those for proposed or cutting-edge web platform standards, along with information on the builds in which they are present, whether or not they are activated "by default", and which preference can be used to activate or deactivate them. This allows you to test the features before they are released.
·developer.mozilla.org·
Experimental features in Firefox - Mozilla | MDN
CSS Container Queries: Use-Cases And Migration Strategies — Smashing Magazine
CSS Container Queries: Use-Cases And Migration Strategies — Smashing Magazine
CSS Container queries bring media queries closer to the target elements themselves and enables them to adapt to virtually any given container or layout. In this article, we’re going to cover CSS container query basics and how to use them today with progressive enhancement or polyfills.
·smashingmagazine.com·
CSS Container Queries: Use-Cases And Migration Strategies — Smashing Magazine
Inherit, initial, unset, revert — ppk
Inherit, initial, unset, revert — ppk
Today we’re going to take a quick look at a few special CSS keywords you can use on any CSS property: inherit, initial, revert, and unset. Also, we will ask where and when to use them to the greatest effect,...
·quirksmode.org·
Inherit, initial, unset, revert — ppk
Meet :has, A Native CSS Parent Selector (And More) — Smashing Magazine
Meet :has, A Native CSS Parent Selector (And More) — Smashing Magazine
What makes relational selector one of the most requested features and how are we, as developers, working around not having it? In this article, we’re going to check the early spec of the :has selector, and see how it should improve the CSS workflow once it’s released.
·smashingmagazine.com·
Meet :has, A Native CSS Parent Selector (And More) — Smashing Magazine
25 Years of CSS
25 Years of CSS
The web home of Eric A. Meyer, CSS guy; and his wife Kathryn, doctor of nursing.
·meyerweb.com·
25 Years of CSS
A Primer On CSS Container Queries — Smashing Magazine
A Primer On CSS Container Queries — Smashing Magazine
A prototype of the long-awaited CSS container queries has landed in Chrome Canary and is available for experimentation. Let’s look at what problem is being solved, learn how container queries work, and see how they compare with and complement existing CSS features for layout.
·smashingmagazine.com·
A Primer On CSS Container Queries — Smashing Magazine
aspect-ratio — ppk
aspect-ratio — ppk
This week we’ll take a look at the new aspect-ratio declaration and its use. Una Kravets wrote the introductory article, but there are some additional technical points to be made. I also wrote a little fallback that you might use...
·quirksmode.org·
aspect-ratio — ppk
Learn CSS
Learn CSS
An evergreen CSS course and reference to level up your web styling expertise.
·web.dev·
Learn CSS
fit-content and fit-content() — ppk
fit-content and fit-content() — ppk
Today we will look at fit-content and fit-content(), which are special values for width and grid definitions. It’s ... complicated — not as a concept, but in its practical application....
·quirksmode.org·
fit-content and fit-content() — ppk