Search

Nalezeno "X post": 31221

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)...

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...

Awesome Demos Roundup #19


A large collection of fantastic web experiments that were made in the past couple of weeks. The post Awesome Demos Roundup #19 appeared first on Codrops

Rick and Morty Creator Sells NFT Art Collection for Over $1 Million in Ether


Justin Roiland, the co-creator of the Adult Swim cartoon series Rick and Morty has joined the growing trend of celebrity artists creating non-fungible token (NFT) artwork. After the animator released the collection called “The Best I Could Do” on the NFT auction house Nifty Gateway,...

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...

Collective #645


State of JS 2020 Results * JPEG.rocks * ILT's Favorite Fonts * Responsible Web Applications * Noise Planets The post Collective #645 appeared first on Codrops

How to Play and Pause CSS Animations with CSS Custom Properties


Let’s have a look CSS @keyframes animations, and specifically about how you can pause and otherwise control them. There is a CSS property specifically for it, that can be controlled with JavaScript, but there is plenty of nuance to get … The post How to Play and Pause CSS Animations with...

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