Search
I’m Gonna Play The Heck Out Of This Lo-Fi Spin On Pokémon
19.10.2021
The elevator pitch for Cassette Beasts, a forthcoming indie game, can’t fit on a single line. A lo-fi monster-hunting game clearly inspired by Pokémon? Or, oh, oh, how about a top-down role-playing game with gorgeous pixel art and killer music? Surely it’s something distinguished by being awash...
Wanna see a whiter white?
11.8.2021
Heck of a CSS trick here from Dongsung Kim.
There are hidden HDR videos playing at the corners of this page. When a HDR-capable browser encounters one, it switches to HDR mode. For some reason, CSS backdrop-filter + brightness >100%
…
The post Wanna see a whiter white? appeared first...
Beginner JavaScript Notes
9.7.2021
Wes has a heck of a set of “notes” for learning JavaScript. It’s organized like a curriculum, meaning if you teach JavaScript, you could do a lot worse. It’s actually more like 85 really fleshed-out blog posts organized into sections …
The post Beginner JavaScript...
JSON in CSS
21.5.2021
Jonathan Neal tweeted a heck of a little CSS trick the other day, putting JSON inside CSS and plucking it out with JavaScript. Valid values for custom properties are quite liberal! So this looks for a CSS rule (e.g. a …
The post JSON in CSS appeared first on CSS-Tricks.
You can support...
Baseball Superstar Mike Trout Answers Call Of Duty Hecklers In The Middle Of A Game
30.4.2021
An actual game of Major League Baseball, that is, not a round of Call of Duty.Read more
27 Movies to Stream When You Need a Good Cry
12.4.2021
The past year has inundated us with so many horrors—untold lives needlessly lost to a virus allowed to proliferate unchecked, so many others forever damaged by the ongoing pandemic of racism, not to mention the ever-present specters of economic uncertainty and looming climate disaster—I won’t fault...
It’s always the stacking context.
22.3.2021
In “What the heck, z-index??,” Josh Comeau makes the analogy of layer groups in design software like Photoshop or Figma to stacking contexts in CSS. If you’ve got an element in a layer group A in Photoshop that …
The post It’s always the stacking context. appeared...
Pokemon Go's Eggs Aren't Lootboxes, They're Fun Presents
12.3.2021
Pokémon Go developer Niantic is testing a feature that lets players see what might be inside the game’s eggs before they walk the many miles to hatch them. It appears this is a response to the argument that the game’s eggs are akin to lootboxes. There is an awful lot that could be better about...
Players Are Farming The Heck Out Of The Outriders Demo, So The Devs Are Nerfing It
5.3.2021
The new loot shooter Outriders hasn’t even launched yet and players are already hard at work grinding for some of its rarest gear in the game’s recent demo. According to the developers, it’s gotten so out of hand that they need to patch it to make legendary guns harder to farm, before players...
Collective #650
25.2.2021
Annual Awards 2020 * What the heck, z-index?? * Streams * Symphosizer * SVG Repo * Blobmixer
The post Collective #650 appeared first on Codrops
So What The Heck is Sex Tech, and Why Do I Need It?
12.2.2021
When it comes to luxury sex toys, Swedish-based Lelo has led the charge in creating some of the most beloved and beautiful toys on the market. Lelo’s toys have won awards and if you own one, you simply know. Lelo is a sensual luxury in a toy, the preferred addition to your nightstand. Significant...
Thank You (2020 Edition)
31.12.2020
Heck of a year, eh? Like we do ever year, I’d like to give you a huge thanks for reading CSS-Tricks, and recap the year. More downs than ups, all told. Here at CSS-Tricks, it was more of a …
The post Thank You (2020 Edition) appeared first on CSS-Tricks.
You can support CSS-Tricks...
Dragon Ball FighterZ Adds Super Baby 2, Whoever The Heck That Is
17.12.2020
Dragon Ball FighterZ has gone off the rails. I can understand, on some level, the thousands of Goku variations that make up its cast. I’ll even overlook the two Brolys, if only because both versions are so popular. But recent reports that the Arc System Works fighting game is getting Super Baby...
Learning to Simplify
16.12.2020
When I first got this writing prompt, my mind immediately started thinking stuff like, “What tech have I learned this year?” But this post isn’t really about tech, because I think what I’ve learned the most about building websites this past year is simplification.
This year, I’ve learned that...
On the Web Share API
6.10.2020
I think the Web Share API is very cool (here’s our coverage). In a nutshell, it taps into the native sharing features on whatever platform you’re on, if that platform supports it. So essentially…
I like this:
Web Share API activated on iOS
A heck of a lot more than these...
Working with JavaScript Media Queries
7.9.2020
What’s the first thing that comes to mind when you think of media queries? Maybe something in a CSS file that looks like this:
body {
background-color: plum;
}
@media (min-width: 768px) {
body {
background-color: tomato;
}
}
CSS media queries are a core ingredient in any responsive...
Let’s Make a Vue-Powered Monthly Calendar
21.8.2020
Have you ever seen a calendar on a webpage and thought, how the heck did they did that? For something like that, it might be natural to reach for a plugin, or even an embedded Google Calendar, but it’s actually a lot more straightforward to make one than you might think. Especially when we use...
How to Make a Monthly Calendar With Real Data
21.7.2020
Have you ever seen a calendar on a webpage and thought, how the heck did they did that? For something like that, it might be natural to reach for a plugin, or even an embedded Google Calendar, but it’s actually a lot more straightforward to make one than you might think and only requires...
WordPress Contributors Seek Sponsorship for Improving Gutenberg Developer Docs
6.7.2020
A couple of WordPress contributors are currently looking for folks to sponsor them to work on the documentation for the WordPress block editor (often referred to as “Gutenberg”) and this is your chance to support them.
If you’ve developed blocks for the WordPress block editor —...
Exciting Things on the Horizon For CSS Layout
8.5.2020
Michelle Barker notes that it’s been a heck of a week for us CSS layout nerds.
Firefox has long had the best DevTools for CSS Grid, but Chrome is about to catch up and go one bit better by visualizing grid line numbers and names.
Firefox supports gap for display: flex, which is great,...