Exploring CSS Grid’s Implicit Grid and Auto-Placement Powers
1.8.2022
When working with CSS Grid, the first thing to do is to set display: grid on the element that we want to be become a grid container. Then we explicitly define the grid using a combination of grid-template-columns, grid-template-rows…
Exploring CSS Grid’s Implicit Grid and Auto-Placement...
Inspirational Websites Roundup #40
30.7.2022
A fresh set of inspirational websites that have an outstanding design
Scroll Shadows? Pure CSS Parallax? Game Back On.
29.7.2022
Chris calls scroll shadows one his favorite CSS-Tricks of all time. Lea Verou popularized the pure CSS approach using four layered background gradients with some clever background-attachment magic. The result is a slick scrolling interaction that gives users a hint …
Scroll Shadows? Pure...
Recreating MDN’s Truncated Text Effect
28.7.2022
It’s no secret that MDN rolled out a new design back in March. It’s gorgeous! And there are some sweet CSS-y gems in it that are fun to look at. One of those gems is how card components handle truncated …
Recreating MDN’s Truncated Text Effect originally published...
Collective #722
28.7.2022
The Study of Shaders with React Three Fiber * DOM ready events considered harmful * PrimeReact
JavaScript Event.defaultPrevented
27.7.2022
Whether you started with the old on_____ property or addEventListener, you know that events drive user experiences in modern JavaScript. If you’ve worked with events, you know that preventDefault() and stopPropagation() are frequently used to handle events. One thing you probably didn’t...
Why I Chose Angular to Build a URL Shortener
22.7.2022
URL Shorteners are tools we use to make links shorter than they actually are. With a URL Shortener, you can transform a long link (maybe for a registration form or article) into a shorter version.
Behind the scenes, the long …
Why I Chose Angular to Build a URL Shortener originally published...
WDRL — Edition 301: CSS on fire, custom maps, text experience and testing
22.7.2022
Hey,
This week is full of awesome CSS stuff that people have dreamt of only some years ago. And we have other articles that I’ve been long waiting for: Great custom maps, a modern end-to-end testing framework and a fast Electron alternative. But first of all, the topic of the week:
People always...
Roundup of Recent Document Outline Chatter
21.7.2022
It’s not everyday that HTML headings are the topic de jour, but my folder of saved links is accumulating articles about the recently merged removal of the document outline algorithm in the WHATWG Living Standard.
First off, you should know …
Roundup of Recent Document Outline Chatter...
Collective #721
21.7.2022
The case for using Sass in 2022 * Locofy.ai * Upgraderoo * Merge * GitHub City
The post Collective #721 appeared first on Codrops
Logical Properties for Useful Shorthands
20.7.2022
Michelle Barker with my favorite sorta blog post: short, practical, and leaves you with a valuable nugget for your time. Here, she gets into logical property shorthands in CSS, particularly those that set lengths just on a single axis, …
Logical Properties for Useful Shorthands originally...
7 Ways to Optimize Performance for Your WordPress Site (Sponsored)
18.7.2022
The vast majority of blogs, news websites, and information websites run on WordPress. While the WordPress developer team and community do their best to ensure wordPress is performant, there are a number of practices you can implement to keep your site blazing fast. Let’s look at some of them!...