YouTube Channel Recommendations for people who like CSS-Tricks (Click a channel's button below to go to their page on Channel Galaxy and find more new YouTube suggestions)
About CSS-Tricks
This is the official YouTube channel for CSS-Tricks, a web design community curated by Chris Coyier. https://css-tricks.com
Recent Videos from CSS-Tricks
How to Use Cloudflare Workers and KV Storage (and how CodePen uses both!)
Cloudflare workers are like serverless functions that always run at the edge, making them incredibly fast. Not only that, but the tooling around them is really nice. They can run at particular routes on your own website, removing any awkward CORS troubles, and helping you craft clean APIs. But they… Create a Paid Subscription Newsletter with MailPoet + WooCommerce + WordPress
With MailPoet and WooCommerce, both plugins for WordPress, we can build a paid subscription newsletter. Our only costs are transaction fees, whatever WordPress hosting we might need, and a yearly fee for WooCommerce Subscriptions, making it a very cost-friendly choice. But more importantly, we are … Centering with Negative Transforms... and Sensible Wrapping!
As we'll see at the end of this quick video: `fit-content` is our friend for sizing content that is no larger than the intrinsic width, but also can shrink without forcing anything with weird side effects like preventing line wrapping.