Collective #659
29.4.2021
Frontend Practice * Noise in Creative Coding * Practical Accessibility
The post Collective #659 appeared first on Codrops
Your Team is Not “Them”
28.4.2021
This post was written for engineering managers, but anyone is welcome to read it.
Let’s talk for a moment about how we talk about our teams. This might not seem like something that needs a whole article dedicated to it, …
The post Your Team is Not “Them” appeared first...
How to Create Actions for Selected Text With the Selection API
28.4.2021
Click, drag, release: you’ve just selected some text on a webpage — probably to copy and paste it somewhere or to share it. Wouldn’t it be cool if selecting that text revealed some options that make those tasks easier? That’s …
The post How to Create Actions for Selected Text With...
Rotated 3D Letters and Image Hover Effect
28.4.2021
A rotated 3D like letters hover effect combined with a tilted image for a menu.
The post Rotated 3D Letters and Image Hover Effect appeared first on Codrops
Shared Element Transitions
27.4.2021
I was just Hoping for Better Native Page Transitions, and Bramus commented that Chrome is working on something. Looks like it has some fresh enthusiasm for it, as there is a brand new repo, and you can literally …
The post Shared Element Transitions appeared first on CSS-Tricks.
You...
Inspirational Websites Roundup #25
27.4.2021
A hot new collection of amazing website designs and experiences for your inspiration.
The post Inspirational Websites Roundup #25 appeared first on Codrops
A Complete Guide to Custom Properties
27.4.2021
Everything important and useful to know about CSS Custom Properties. Like that they are often referred to as "CSS Variables" but that's not their real name.
The post A Complete Guide to Custom Properties appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter
Exploring color-contrast() for the first time.
26.4.2021
I saw in the release notes for Safari Technical Preview 122 that it has support for a color-contrast() function in CSS. Safari is first out of the gate here. As far as I know, no other browser supports this yet …
The post Exploring color-contrast() for the first time. appeared first...
Regular Expression Match Groups
26.4.2021
Regular expressions are incredibly powerful but can be difficult to maintain. They’re a skill you learn on the job and, when the suits walk by, make you look incredibly smart if you have a few up on your screen. How can we solve the maintainability problem? With a match groups, as Addy Osmani...
5 Ways to Get More Bookings from Your WordPress Website
26.4.2021
Want to empower your website visitors to schedule their own appointments or secure their spot at your next event? Use the Amelia WordPress plugin to get more bookings today.
The post 5 Ways to Get More Bookings from Your WordPress Website appeared first on Codrops
Texture Ripples and Video Zoom Effect with Three.js and GLSL
26.4.2021
Learn how to replicate the ripples and video zoom effect from "The Avener" by TOOSOON studio using Three.js and GLSL.
The post Texture Ripples and Video Zoom Effect with Three.js and GLSL appeared first on Codrops
Eliminating five top compatibility pain points on the web
23.4.2021
Robert Nyman and Philip Jägenstedt:
Google is working with other browser vendors and industry partners to fix the top five browser compatibility pain points for web developers. The areas of focus are CSS Flexbox, CSS Grid, position: sticky, 
…
The post Eliminating five...