Can Include (a Certain HTML element within another Certain HTML Element)
22.10.2021
A single-serving website from Alexander Vishnyakov for testing if it’s valid to put any particular HTML element within another type of HTML element. Kinda neat to have a quick reference for this.
Some combinations feel fairly obvious: can you put …
The post Can Include (a Certain HTML...
Exploring the CSS Paint API: Rounding Shapes
22.10.2021
Adding borders to complex shapes is a pain, but rounding the corner of complex shapes is a nightmare! Luckily, the CSS Paint API is here to the rescue! That’s what we’re going to look at as part of this “Exploring …
The post Exploring the CSS Paint API: Rounding Shapes appeared first...
What if… you could use Visual Studio Code as the editor of in-browser Developer Tools?
22.10.2021
It’s not uncommon for my front-end workflow to go something like this:
Work on thing.
See that thing in an automatically refreshed browser.
See something wrong with that thing.
Inspect and correct the thing in DevTools.
Apply the correct code
…
The post What if… you could use Visual...
The CSS-in-React Landscape
22.10.2021
(This is a sponsored post.)
I only half-jokingly refer to the CSS-in-JS world as CSS-in-React. Many of the libraries listed below theoretically work in non-React situations — they generally call that “framework-agnostic”) — but I’d guess the vast majority …
The post...
How to Create a Contact Form With Next.js and Netlify
21.10.2021
We’re going to create a contact form with Next.js and Netlify that displays a confirmation screen and features enhanced spam detection.
Next.js is a powerful React framework for developing performant React applications that scale. By integrating a Next.js site with …
The post How...
Collective #684
21.10.2021
%%title%%: Core Web Vitals Checker * maku.js * Lorem.space * “Dark Mode” vs “Inverted” * Vizzu
The post Collective #684 appeared first on Codrops
Collective #684
21.10.2021
Core Web Vitals Checker * maku.js * Lorem.space * “Dark Mode” vs “Inverted” * Vizzu
The post Collective #684 appeared first on Codrops
Some Typography Links VIII
21.10.2021
Do you know what to use the @ sign for something other than email addresses and Twitter handles? I do! —  Pawel Grzybek notes how some old physical typewriters had an “Arroba” on them which was represented with the @
…
The post Some Typography Links VIII appeared first...
WDRL — Edition 291: Back again with a mostly CSS edition
20.10.2021
Hey,
no, you didn’t miss an edition, I just failed to write again. The struggles of writing WDRL lately made me think and write down something but so far I have no conclusion on how it’ll go on. A few ideas are in my mind already. But autumn in full progress here in Germany, I found some time...
7 eCommerce Design Trends You Need to Know for 2022
20.10.2021
As ecommerce’s popularity grows, web designers need to know how to design online stores that can compete. Mastering these 7 ecommerce design trends is a good place to start.
The post 7 eCommerce Design Trends You Need to Know for 2022 appeared first on Codrops
7 eCommerce Design Trends You Need to Know for 2022
20.10.2021
As ecommerce’s popularity grows, web designers need to know how to design online stores that can compete. Mastering these 7 ecommerce design trends is a good place to start.
The post 7 eCommerce Design Trends You Need to Know for 2022 appeared first on Codrops
Creating Your Own Bragdoc With Eleventy
20.10.2021
No matter what stage you’re at as a developer, the tasks we complete—whether big or small—make a huge impact in our personal and professional growth. Unfortunately, those tasks aren’t always recognized because they can easily get lost in the sea …
The post Creating Your Own Bragdoc With...