You are here |
kizu.dev | ||
| | | |
blog.kizu.dev
|
|
| | | | Media queries are nice, but for many things, wedon't even need them: there isthis great CSS property `color-scheme`, which allows ustomake various things adapt tothe current color scheme. Wecan even set itonaper-element basis. This post describes how wecan use registered custom properties and style queries toread the current value ofa`light-dark()` color for styling any non-color properties as well. | |
| | | |
12daysofweb.dev
|
|
| | | | Anchor Positioning is an incoming dynamic addition to enhance the capabilities ofCSS positioning. | |
| | | |
blog.kizu.dev
|
|
| | | | Inafew ofmylatest CSS experiments and articles, Iused one naming pattern for registered custom properties that Ithink worth highlighting inaseparate blog post. This pattern allows ustocreate aset ofgeneric custom properties, covering awide set ofuse cases for computing and storing their values. | |
| | | |
alistapart.com
|
|
| | Designers have coveted print for its precision layouts, lamenting the varying user contexts on the web that compromise their designs. Ethan Marcotte advocates we shift our design thinking to appropriate these constraints: using fluid grids, flexible images, and media queries, he shows us how to embrace the "ebb and flow of things" with responsive web... |