Are we in a new era of web design? What do we call it?
https://css-tricks.com/are-we-in-a-new-era-of-web-design-what-do-we-call-it/
Here's @rpsthecoder with clever tricks for making charts a little more interesting.
https://css-tricks.com/how-to-create-css-charts-with-interesting-shapes-glyphs-and-emoji/
It's not like this sort of situation would come up often, but knowing that the `outline` property is exempted from the box model makes it a nice candidate for collapsable borders.
https://css-tricks.com/using-the-outline-property-as-a-collapsable-border/
Links on Typography
https://css-tricks.com/links-on-typography-2/
RT Adam Argyle
make taps 300ms faster with 1 line of CSS:
```#css
touch-action: manipulation;
```
means:
element doesn't want double-tap to zoom
result:
browser *immediately* responds to taps instead of waiting 300ms for a "potential" 2nd tap 🤓
caniuse (YES!)
https://caniuse.com/mdn-css_properties_touch-action_manipulation
RT Pablo Lara H
Codepen @CodePen Radio #Podcast:
#320: Andy @piccalilli_ and Una @Una from Google’s Learn CSS Project
by @chriscoyier
#css #learnCSS
https://blog.codepen.io/2021/06/16/320-andy-and-una-from-googles-learn-css-project/
How to use @ImageCDN inside a Vue.js application to deliver optimized images
https://css-tricks.com/start-serving-optimized-images-in-vue/
Perfect Tooltips With CSS Clipping and Masking by Mamboleoo
https://css-tricks.com/perfect-tooltips-with-css-clipping-and-masking/
Useful and Useless Code Comments
https://css-tricks.com/useful-and-useless-code-comments/
How I Used the WAAPI to Build an Animation Library by @okikio_dev
https://css-tricks.com/how-i-used-the-waapi-to-build-an-animation-library/
Detect Unused Classes in… HTML
https://css-tricks.com/detect-unused-classes-in-html/
Media Queries in Times of @container
https://css-tricks.com/__trashed-3/
Just How Niche is Headless WordPress?
https://css-tricks.com/just-how-niche-is-headless-wordpress/
Making Tables With Sticky Header and Footers Got a Bit Easier
https://css-tricks.com/making-tables-with-sticky-header-and-footers-got-a-bit-easier/
Just a little link roundup of some off-site stuff I've done recently.
https://css-tricks.com/css-tricks-chronicle-xxxx/
Securing Your Website With Subresource Integrity by Khari McMillian
https://css-tricks.com/securing-your-website-with-subresource-integrity/
Safari 15: New UI, Theme Colors, and… a CSS-Tricks Cameo?
https://css-tricks.com/safari-15-new-ui-theme-colors-and-a-css-tricks-cameo/
The Possibilities of Syndication
https://css-tricks.com/the-possibilities-of-syndication/
Really nice work here by @olawanle_joel, especially the breakdown of an inset shadow using SVG filter primitives.
https://css-tricks.com/adding-shadows-to-svg-icons-with-css-and-svg-filters/