CSS

1304 bookmarks
Custom sorting
When Sass and New CSS Features Collide
When Sass and New CSS Features Collide
Recently, CSS has added a lot of new cool features such as custom properties and new functions. While these things can make our lives a lot easier, they
·css-tricks.com·
When Sass and New CSS Features Collide
A Complete Guide to Dark Mode on the Web
A Complete Guide to Dark Mode on the Web
“Dark mode” is defined as a color scheme that uses light-colored text and other UI elements on a dark-colored background. Dark mode, dark theme, black mode, night mode… they all refer to and mean the same thing: a mostly-dark interface rather than a mostly-light interface.
·css-tricks.com·
A Complete Guide to Dark Mode on the Web
A First Look at `aspect-ratio`
A First Look at `aspect-ratio`
Oh hey! A brand new property that affects how a box is sized! That's a big deal. There are lots of ways already to make an aspect-ratio sized box (and I'd
·css-tricks.com·
A First Look at `aspect-ratio`
Web Platform News
Web Platform News
Regular news content for web developers written by Šime Vidas
·webplatform.news·
Web Platform News
Smashing Magazine
Smashing Magazine
Every day, literally thousands of talented, hard-working folks out there gain new insight from their work, come up with brilliant ideas and then share their experience…
·vimeo.com·
Smashing Magazine
CSS fix for 100vh in mobile WebKit - Matt Smith
CSS fix for 100vh in mobile WebKit - Matt Smith
WebKit handles 100vh in a way that differs from other browsers, which can complicate some layouts. But using -webkit-fill-available might be a good enough alternative to get by.
·allthingssmitty.com·
CSS fix for 100vh in mobile WebKit - Matt Smith
Hello subgrid! by Rachel Andrew
Hello subgrid! by Rachel Andrew
We have had Grid Layout in browsers for two years. Long enough for us to start to find the edges, and discover things we really wish it could do. The biggest missing feature from Level 1 was subgrid, which has become the main feature for Level 2 of the specification. In this talk I’ll introduce subgrid, with use cases, example code and some thoughts on where we might see Grid going in the future.
·noti.st·
Hello subgrid! by Rachel Andrew