Search

Nalezeno "You": 6051

Inspirational Websites Roundup #22


A collection of fresh websites with brilliant designs to get you updated on the current trends. The post Inspirational Websites Roundup #22 appeared first on Codrops

19 Postponed Movies You Forgot to Be Excited About in 2021


Your excitement for blockbuster flicks may have vanished after coronavirus closed theaters and murder hornets came on the scene, but most of the movies we forgot about are on their way back in 2021. After long postponements—several, in many cases—these 19 movies have new premiere dates that should...

Monorepo


I’m not exactly a large-scale DevOps guy, but I can tell ya we’ve been moving back toward a monorepo at CodePen and it’s rife with advantages over a system with lots of smaller repos. For us, I mean. It’s … The post Monorepo appeared first on CSS-Tricks. You...

Re-Creating the Porky Pig Animation from Looney Tunes in CSS


You know, Porky Pig coming out of those red rings announcing the end of a Looney Tunes cartoon. We’ll get there, but first we need to cover some CSS concepts. Everything in CSS is a box, or rectangle. Rectangles … The post Re-Creating the Porky Pig Animation from Looney Tunes in CSS appeared...

Tech Stacks and Website Longevity


Steren Giannini in “My stack will outlive yours”: My stack requires no maintenance, has perfect Lighthouse scores, will never have any security vulnerability, is based on open standards, is portable, has an instant dev loop, has no build step … The post Tech Stacks and Website...

Checkerboard Reveal


Back when I was 10, I remember my cousin visiting our house. He was (and still is) a cool kid, the kind who’d bring his own self-programmed chess game on a floppy disk. And his version of chess was … The post Checkerboard Reveal appeared first on CSS-Tricks. You can support CSS-Tricks...

You want minmax(10px, 1fr) not 1fr


There are a lot of grids on the web like this: .grid { display: grid; grid-template-columns: repeat(3, 1fr); } My message is that what they really should be is: .grid { display: grid; grid-template-columns: repeat(3, minmax(10px, 1fr)); } Why? In … The post You want minmax(10px, 1fr)...

Bitcoin Transaction Fee Estimators: What Are They and How Do You Use Them


Whenever there’s a bitcoin (BTC) rally, bitcoin transaction fees tend to go up. If you want to know what current Bitcoin network fees are, you can take a look at bitcoin transaction fee estimators. In this article, we will delve into what they are, what they do, the challenges they face, and...

Servers: Cool Once Again


There were jokes coming back from the holiday break that JavaScript decided to go all server-side. I think it was rooted in: The Basecamp gang releasing Hotwire, which looks like marketing panache around a combination of technologies. “HTML over … The post Servers: Cool Once Again...

What Are You Playing This Weekend?


This weekend is for relaxing just a little bit more than we relaxed last weekend. I’m not saying we should just collapse on our couches and let out long, relieved sighs, but perhaps we can breathe a little easier. Maybe play some video games. Perhaps even space video games. Read more

useStateInCustomProperties


In my recent “Custom Properties as State” post, one of the things I mentioned was that theoretically, UI libraries, like React and Vue, could automatically map the state they manage over to CSS Custom Properties so we could use that state … The post...

Nahoru
Tento web používá k poskytování služeb a analýze návštěvnosti soubory cookie. Používáním tohoto webu s tímto souhlasíte. Další informace