Search
useRainbow()
7.1.2022
I took a break from work and started some small, personal projects (toys). One of those small projects is potato.horse where I keep all of my doodles, visual short stories and jokes. Check it out!
However, this post is not …
useRainbow() originally published on CSS-Tricks. You should get...
Powerful Free Steam Game Captures The Consequences Of Housing Inequality For People Of Color
5.1.2022
Having been born and raised in one of the “white brick” buildings in Chicago’s now-demolished public housing projects in the Cabrini-Green neighborhood, I’d often find myself fantasizing about what scenarios led my family to live in what is now an empty lot in the shadow of a Target building....
Honor prefers-color-scheme in the CSS Paint API with Custom Properties
27.12.2021
One of the coolest things I’ve been messing with in the last couple years is the CSS Paint API. I love it. I did a talk on it, and made a little gallery of my own paint worklets…
20 Years Ago, Nintendo Had Plans To Bring Email, Internet Searching, And Live Streams To The Game Boy Color
26.12.2021
The Game Boy Color was released in 1998, a few years before the earliest and crudest smartphones had hit the market. Back then, the internet was still fairly new and the idea of carrying around a single device that could email people, search the web, send photos and stream live videos was years...
World Of Warcraft Turmoil Around Sudden Appearance Of People Of Color Is Surprisingly Complex
18.12.2021
An unofficial World of Warcraft Discord server has been lit ablaze in recent days. Right now, Twitter is full of screenshots showing people decrying Blizzard adding people of color to the MMORPG, with one particular comment complaining about how there are “too many Black humans in Stormwind.” This...
Jakub Melín: Multiplex COLOR DAB+ chce ukázat výhody digitálního rozhlasu
16.12.2021
Letos v listopadu zahájila vysílání digitální rozhlasová síť COLOR DAB+. Páteří její programové nabídky jsou stanice Color a Hey. Tváří projektu Jakub Melín, který přiblížil jeho rozvoj i další plány
Eye Droppin’
9.12.2021
Quick hits! There is a new web API called EyeDropper:
if ('EyeDropper' in window) {
const eyeDropper = new EyeDropper();
try {
// This has gotta be triggered by a user interaction,
// so consider this pseudo-code.
const result …
Coloring With Code — A Programmatic Approach To Design
7.12.2021
Learn to create beautiful, inspiring, and unique color palettes/combinations, all from the comfort of your favorite text editor!
The post Coloring With Code — A Programmatic Approach To Design appeared first on Codrops
Embrace the Unpredictable
1.12.2021
In nature, no two things are ever the same. Life is imperfect, unpredictable, and beautiful. We can walk through the same forest every day and see differently colored leaves. We can look up at the clouds every minute and watch …
Color Alpha Anywhere
16.11.2021
In my “Different Degrees of Custom Property Usage” article, I noted a situation about colors and CSS custom properties where I went “too far” with breaking up HSL color values. Breaking every single color into its H, S, and L parts …
The post Color Alpha Anywhere...
Defining and Applying UI Themes Using the Mimcss CSS-in-JS Library
15.11.2021
Theming UI refers to the ability to perform a change in visual styles in a consistent manner that defines the “look and feel” of a site. Swapping color palettes, à la dark mode or some other means, is a good …
The post Defining and Applying UI Themes Using the Mimcss CSS-in-JS Library...
Netflix's Cowboy Bebop Live-Action Series Needs Some Damn Color
12.11.2021
Since dropping the first official trailer in late September, Netflix has tweeted a few side-by-side comparisons of Cowboy Bebop, showing how the upcoming live-action adaptation compares to the original anime series. One takeaway of mine? It looks promising. The other takeaway? It really needs some...
Easy Dark Mode (and Multiple Color Themes!) in React
11.11.2021
I was working on a large React application for a startup, and aside from just wanting some good strategies to keep our styles organized, I wanted to give this whole “dark mode” thing a shot. With the huge ecosystem around …
The post Easy Dark Mode (and Multiple Color Themes!) in React...
Okhsv and Okhsl
28.10.2021
There is an old Russian fable where Okhsv and Okhsl are on a rowboat and Okhsv says to Okhsl, “What are the known shortcomings of HSL and HSV color pickers in design applications?” I kid, I kid. But really, what …
The post Okhsv and Okhsl appeared first on CSS-Tricks. You...
Okhsv and Okhsl
28.10.2021
There is an old Russian fable where Okhsv and Okhsl are on a rowboat and Okhsv says to Okhsl, “What are the known shortcomings of HSL and HSV color pickers in design applications?” I kid, I kid. But really, what …
The post Okhsv and Okhsl appeared first on CSS-Tricks. You...
Test čtečky elektronických knih InkPad Color PB741. Když inkoust mění barvy
24.10.2021
Nová technologie eliminovala některá negativa barevného panelu • Pro čtečku je složité najít cílovou skupinu i vhodný obsah • Porovnali jsme dvě technologie barevného inkoustu pod mikroskopem
Mariah Carey Offers Free Bitcoin Bonus to Encourage Fans to Invest in Crypto
24.10.2021
Mariah Carey has encouraged her fans to invest in cryptocurrencies. To help them get started, she is offering $20 in free bitcoin via her partnered cryptocurrency exchange. “A portion of your trade will go toward Black Girls Code, a non-profit helping to increase the number of women of color...
Animation Techniques for Adding and Removing Items From a Stack
4.10.2021
Animating elements with CSS can either be quite easy or quite difficult depending on what you are trying to do. Changing the background color of a button when you hover over it? Easy. Animating the position and size of an …
The post Animation Techniques for Adding and Removing Items From...
Creating 3D Characters in Three.js
4.10.2021
Are you looking to get started with 3D on the web? In this tutorial we’ll walk through creating a three-dimensional character using Three.js, adding some simple but effective animation, and a generative color palette.
The post Creating 3D Characters in Three.js appeared first on Codrops
CSS accent-color
4.10.2021
For better or worse, form fields have been somewhat difficult to style with CSS. Form control display is dependent upon device, operating system, and browser, so you can imagine the difficulty in making styling easy. We have slowly been given some controls over form control display, as evidenced...