CSS

1304 bookmarks
Custom sorting
Practical CSS Scroll Snapping
Practical CSS Scroll Snapping
CSS scroll snapping allows you to lock the viewport to certain elements or locations after a user has finished scrolling. It’s great for building
·css-tricks.com·
Practical CSS Scroll Snapping
CSS is Going Gosh-Darned Hog Wild, I Tell Ya What
CSS is Going Gosh-Darned Hog Wild, I Tell Ya What
As someone just sittin' back watching CSS evolve, it feels like we're at one of the hottest moments of innovation in CSS history. It was really something
·css-tricks.com·
CSS is Going Gosh-Darned Hog Wild, I Tell Ya What
How to understand CSS by Rachel Andrew
How to understand CSS by Rachel Andrew
We often learn CSS via looking for solutions to problems: We need to create a certain layout, or a particular animation, and so we go look for the exact CSS that will make it so. Many web developers today started their careers using a framework, and so much of their experience of CSS is in tweaking the code written by someone else. Too much time is spent trying to overwrite styles, and make customizations, without an understanding of what the underlying framework is actually doing.
·noti.st·
How to understand CSS by Rachel Andrew
The Future of CSS: Cascade Layers (CSS @layer)
The Future of CSS: Cascade Layers (CSS @layer)
When authoring CSS we have to carefully think about how we write and structure our code. Cascade Layers (CSS @layer) aim to ease this task.
·bram.us·
The Future of CSS: Cascade Layers (CSS @layer)
Compat2021: Improving CSS Grid compatibility with GridNG
Compat2021: Improving CSS Grid compatibility with GridNG
With next month’s release of Microsoft Edge 93, we’ll be releasing a rewrite of CSS Grid 1 module (“GridNG”), which substantially improves compatibility with other implementations of CSS Grid and addresses one of the top compatibility pain po
·blogs.windows.com·
Compat2021: Improving CSS Grid compatibility with GridNG
CSS accent-color
CSS accent-color
Bring your brand color to built-in HTML form inputs with one line of code.
·web.dev·
CSS accent-color
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