css-tricks.com

A Chrome Extension for Cloudinary That Helps You Pluck Out Useful Media URLs From Your Library Quickly

(This is a sponsored post.) Cloudinary is a host for your digital assets like images and video. If you don’t…

3 years ago

SVGcode for “Live Tracing” Raster Images

Say you have a bitmap graphic — like a JPG, PNG, or GIF — and you wish it was vector,…

3 years ago

How to Make CSS Slanted Containers

I was updating my portfolio and wanted to use the forward slash (/) as a visual element for the site’s…

3 years ago

No Motion Isn’t Always prefers-reduced-motion

There is a code snippet that I see all the time when the media query prefers-reduced-motion is talked about. Here…

3 years ago

Replace JavaScript Dialogs With the New HTML Dialog Element

You know how there are JavaScript dialogs for alerting, confirming, and prompting user actions? Say you want to replace JavaScript…

3 years ago

Netlify Has Scheduled Functions

(This is a sponsored post.) Hey! Scheduled Functions are cool! Think of them like a CRON job. I want this…

3 years ago

Using Different Color Spaces for Non-Boring Gradients

A little gradient generator tool from Tom Quinonero. You’d think fading one color to another would be an obvious, simple,…

3 years ago

CSS Scroll Snap Slide Deck That Supports Live Coding

Virtual conferences have changed the game in terms of how a presenter is able to deliver content to an audience.…

3 years ago

A Deep Introduction to WordPress Block Themes

The relatively new WordPress editor, also known as the WordPress Block Editor, always under development via the Gutenberg plugin, has…

3 years ago

Building a newbie-friendly codebase

Pedro Santos suggests: Using naming conventions such that you can learn them once and apply them everywhereUnidirectional data flows. Make…

3 years ago