CSS

1283 bookmarks
Custom sorting
Are nested grids like nested tables?
Are nested grids like nested tables?
I’ve had people ask me if “nested grids” are essentially just like nested tables and therefore a bad thing. I explain why that is not the case.
·rachelandrew.co.uk·
Are nested grids like nested tables?
Art Direction For The Web Using CSS Shapes
Art Direction For The Web Using CSS Shapes
Last year, Rachel Andrew wrote “[Take A New Look At CSS Shapes](https://www.smashingmagazine.com/2018/09/css-shapes/)” where she reintroduced readers to the basics of using CSS Shapes. In this new tutorial, Andy Clarke expands on the topic of “[Art Direction for the Web](https://www.smashingmagazine.com/printed-books/art-direction-for-the-web/)” with CSS Shapes to create exciting and inspired new design ideas.
·smashingmagazine.com·
Art Direction For The Web Using CSS Shapes
CSS performance optimization
CSS performance optimization
Painting an unstyled page, and then repainting it once styles are parsed would be bad user experience. For this reason, CSS is render blocking, unless the browser knows the CSS is not currently needed. The browser can paint the page once it has downloaded the CSS and built the CSS object model. Browsers follow a specific rendering path: paint only occurs after layout, which occurs after the render tree is created, with requires both the DOM and the CSSOM trees. To optimize the CSSOM construction, remove unnecessary styles, minify, compress and cache it, and split CSS not required at page lo...
·developer.mozilla.org·
CSS performance optimization
lucagez/Debucsser
lucagez/Debucsser
CSS debugging tool with an unpronounceable name. Contribute to lucagez/Debucsser development by creating an account on GitHub.
·github.com·
lucagez/Debucsser
What’s New In CSS? by Rachel Andrew
What’s New In CSS? by Rachel Andrew
A lightning talk for the W3C AC Meeting. This is a somewhat biased look at new things in CSS - biased in terms of these being things that mostly have some implementation. Also in terms of these being things I know that authors are especially interested in right now.
·noti.st·
What’s New In CSS? by Rachel Andrew
Digging Into The Display Property: The Two Values Of Display
Digging Into The Display Property: The Two Values Of Display
We talk a lot about Flexbox and CSS Grid Layout, but these layout methods are essentially values of the CSS `display` property, a workhorse of a property that doesn’t get a lot of attention. Rachel Andrew takes a better look in a short series.
·smashingmagazine.com·
Digging Into The Display Property: The Two Values Of Display
Stacked "Borders"
Stacked "Borders"
A little while back, I was in the process of adding focus styles to An Event Apart’s web site. Part of that was applying different focus effects in
·css-tricks.com·
Stacked "Borders"
Things nobody ever taught me about CSS.
Things nobody ever taught me about CSS.
This post is in no way a criticism of anybody I’ve ever worked with, it is only a quick list of important things I’ve learnt about CSS…
·medium.com·
Things nobody ever taught me about CSS.
All you need to know about hyphenation in CSS
All you need to know about hyphenation in CSS
Automatic hyphenation on the web has been possible since 2011 and is now broadly supported. There is however far more control available to designers than just turning on hyphens.
·clagnut.com·
All you need to know about hyphenation in CSS
CSS Grid - Center Last Item
CSS Grid - Center Last Item
CSS Grid is wonderful for building multi-column layouts, but if you have one less item in your grid than you expected, it will look off balance. I'll show you how to center the last row.
·billerickson.net·
CSS Grid - Center Last Item
Designing An Aspect Ratio Unit For CSS
Designing An Aspect Ratio Unit For CSS
What problems will the new aspect ratio unit solve? A look at the design of a new CSS feature.
·smashingmagazine.com·
Designing An Aspect Ratio Unit For CSS
Building Robust Layouts With Container Units
Building Robust Layouts With Container Units
WWhen inspecting most other grids in DevTools, you’ll notice that column widths are dependent on their parent element. This article will help you understand how to overcome these limitations using CSS variables — and how you can start building with Container Units.
·smashingmagazine.com·
Building Robust Layouts With Container Units
Breaking Boxes With CSS Fragmentation
Breaking Boxes With CSS Fragmentation
What is fragmentation, why might you want to use it, and what is the current state of browser support? Rachel Andrew has the answers.
·smashingmagazine.com·
Breaking Boxes With CSS Fragmentation
Font size controlled icon
Font size controlled icon
Setting an icon's width and height allows you to set it's contextual size with font-size, which can be very handy if you've got a mix of icon fonts and...
·codepen.io·
Font size controlled icon
How @supports Works
How @supports Works
CSS has a neat feature that allows us to test if the browser supports a particular property or property:value combination before applying a block of
·css-tricks.com·
How @supports Works
CSS Shapes Resources
CSS Shapes Resources
Documentation & Guides: CSS Shapes - MDN Overview of CSS Shapes - MDN -MDN shape-image-threshold -MDN shape-margin - MDN shape-outside - MDN CSS Shapes Module Level 1...
·codepen.io·
CSS Shapes Resources
What's New In CSS? by Rachel Andrew
What's New In CSS? by Rachel Andrew
CSS is changing fast. In this talk I'll be covering some of the things we can already use as well as things just recently discussed at the CSS Working Group. In addition I talk about how things become part of CSS, and how everyone can get involved.
·noti.st·
What's New In CSS? by Rachel Andrew