Search

Nalezeno "columns": 257

The adventures of the inventive Alex Mashinky 


"My wife claims that I live in the future all by myself. And once in a while, society ends up coming to where I have been sitting on the road and waiting for them for a long time."

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

Journeys in Blockchain: Ray Youssef of Paxful


“How advanced would the United States be if you couldn’t send money from New York to Florida? From New York to California? From Oregon to Washington? It wouldn’t be the United States! It would be a mess of all these squabbling little city-states that can barely get it together.”

Journeys in Blockchain: Robert Wiecko of DASH Core Group


“I loved crypto. I loved the libertarian ideas. At that time, everyone was talking about freedom, about privacy, about the necessity of changing finance, about giving back financial freedom to people. I really believed in that and I still believe in such ideas.”

6 Questions for Paul Veradittakit of Pantera Capital


“I would love to invest into a consumer-facing application that could get blockchain-usage into the mainstream. Initially consumers wouldn’t know that blockchain is actually powering the application, thus removing the friction and education necessary.”

Accordion Rows in CSS Grid


I’d bet grid-template-columns is used about 10× more than grid-template-rows, but maybe everyone has just been missing out. Eric Meyer chucks a bunch of row lines onto his main site layout grid like this: grid-template-rows: repeat(7, min-content) 1fr repeat(3, min-content); That way, if...

The Trickery it Takes to Create eBook-Like Text Columns


There’s some interesting CSS trickery in Jason Pamental’s latest Web Fonts & Typography News. Jason wanted to bring swipeable columns to his digital book experience on mobile. Which brings up an interesting question right away… how do you set full-width columns that...

Equal Width Columns in CSS Grid are Kinda Weird


Everything is flexible these days. If you write grid-template-columns: 200px 200px 200px;, sure, you’d have equal-width columns, but that’s a rare day. What you usually mean is three columns of equal fluid width. We’ve got fractional units for that, like grid-template-columns:...

4 CSS Grid Properties (and One Value) for Most of Your Layout Needs


CSS Grid provides us with a powerful layout system for websites. The CSS-Tricks guide gives you a comprehensive overview of Grid’s properties with layout examples. What we’re going to do here is a reverse approach to show you the smallest possible set of grid properties you need to know to meet...

Responsive Grid Magazine Layout in Just 20 Lines of CSS


I was recently working on a modern take of the blogroll. The idea was to offer readers a selection of latest posts from those blogs in a magazine-style layout, instead of just popping a list of our favorite blogs in the sidebar. The easy part was grabbing a list of posts with excerpts from...

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