Code

Code

404 bookmarks
Newest
2024 Cheat Sheet Collection
2024 Cheat Sheet Collection
In the fast-paced world of software development, time is of the essence, and having quick access to...
2024 Cheat Sheet Collection
Fine, I’ll Use a Super Basic CSS Processing Setup.
Fine, I’ll Use a Super Basic CSS Processing Setup.
If you need a mini build process just for your CSS, Lightning CSS is a pretty good modern choice. That, plus a file watcher and live reloader offers pretty good DX.
Fine, I’ll Use a Super Basic CSS Processing Setup.
How To Center a Div
How To Center a Div
Back in the day, centering an element was one of the trickiest things in CSS. As the language has evolved, we’ve been given lots of new tools we can use… But how do we pick the best option? When do we use Flexbox, or CSS Grid, or something else? Let's dig into it.
How To Center a Div
Animations on the web
Animations on the web
A course that teaches you how to craft animations that make people feel something.
Animations on the web
11ty Recipes
11ty Recipes
11ty.recipes helps you build an Eleventy site from scratch, showing you how to add individual features to craft the exact site you need.
11ty Recipes
Incredible scroll-based animations with CSS-only
Incredible scroll-based animations with CSS-only
Been playing with them a little bit up until now, and it's finally time time for a deep dive into scroll-timeline and the scroll() and view() value functions...
Incredible scroll-based animations with CSS-only
Free Tailwind CSS UI Components | CodeSnaps
Free Tailwind CSS UI Components | CodeSnaps
Access a library of React and Tailwind CSS components. Design and build better websites in minutes. No package installation required.
Free Tailwind CSS UI Components | CodeSnaps
An Interactive Guide to CSS Grid
An Interactive Guide to CSS Grid
CSS Grid is an incredibly powerful tool for building layouts on the web, but like all powerful tools, there's a significant learning curve. In this tutorial, we'll build a mental model for how CSS Grid works and how we can use it effectively. I'll share the biggest 💡 lightbulb moments I've had in my own learning journey.
An Interactive Guide to CSS Grid
Tutorial #1: Using Variable Fonts on the Web
Tutorial #1: Using Variable Fonts on the Web
DINAMO is a Swiss type design agency offering retail and bespoke typefaces, design software, research, and consultancy. Founded in Basel, we operate via a network of satellite members across the globe.
@keyframes ginto-animation { from { font-variation-settings: "wght" 0, "ital" 0, "NORD" 100; } to { font-variation-settings: "wght" 200, "ital" 100, "NORD" 200; } } .my-variable-text { font-family: "Ginto Variable"; transition: font-variation-settings 0.3s ease; animation-name: ginto-animation; animation-duration: 1.5s; animation-direction: alternate; animation-iteration-count: infinite; animation-timing-function: ease-in-out; }
Tutorial #1: Using Variable Fonts on the Web
Open Props: sub-atomic styles
Open Props: sub-atomic styles
Open source CSS custom properties to help accelerate adaptive and consistent design. Available from a CDN or NPM, as CSS or Javascript.
Open Props: sub-atomic styles
The Path To Awesome CSS Easing With The linear() Function — Smashing Magazine
The Path To Awesome CSS Easing With The linear() Function — Smashing Magazine
With the new CSS `linear()` easing function on the horizon, the possibilities of what we can do to create natural-feeling animations and transitions in the future are greatly expanded. Jhey Tompkins looks at the current state of CSS easing in this article and demonstrates what we can expect from `linear()`, including handy tools to get your hands on it today.
The Path To Awesome CSS Easing With The linear() Function — Smashing Magazine
A (more) Modern CSS Reset - Andy Bell
A (more) Modern CSS Reset - Andy Bell
I wrote A Modern CSS Reset almost 4 years ago and, yeh, it’s not aged overly well. I spotted it being linked up again a few days ago and thought it’s probably a good idea to publish an updated version. I know I also have a terrible record with open source maintenance, so I thought […]
A (more) Modern CSS Reset - Andy Bell
GitHub - quentinhocde/loconative-scroll: The great locomotive-scroll but 100% Native, updated with Lenis to get a native but smooth scrolling experience.
GitHub - quentinhocde/loconative-scroll: The great locomotive-scroll but 100% Native, updated with Lenis to get a native but smooth scrolling experience.
The great locomotive-scroll but 100% Native, updated with Lenis to get a native but smooth scrolling experience. - GitHub - quentinhocde/loconative-scroll: The great locomotive-scroll but 100% Nati...
GitHub - quentinhocde/loconative-scroll: The great locomotive-scroll but 100% Native, updated with Lenis to get a native but smooth scrolling experience.
Minh Pham
Minh Pham
I'm an Award-winning Designer with 14+ years of experience in GUI, Interaction, Animation, and 3D. I like discovering new tools and techniques to make my design life easier and lazier.
Minh Pham
Rosetta Code
Rosetta Code
Rosetta Code is a programming chrestomathy site. The idea is to present solutions to the same task in as many different languages as possible, to demonstrate how...
Rosetta Code
CSS Selectors: A Visual Guide & Reference
CSS Selectors: A Visual Guide & Reference
Visual guide to CSS selectors, including pseudo-classes (:nth-child, :hover,...), functional pseudo-classes (:not, :is,...) and pseudo-elements.
CSS Selectors: A Visual Guide & Reference
Lit
Lit
Simple. Fast. Web Components.
Lit