Search
6 Questions for Wes Levitt of Theta Labs
3.4.2021
Making DeFi idiot-proof with Kava’s gamer CEO, Brian Kerr
1.4.2021
This is how to make — and lose — a fortune with NFTs
31.3.2021
6 Questions for Sanja Kon of Utrust
20.3.2021
Zombies, NFTs and the metaverse: Galaxy Digital’s Sam Englebardt
17.3.2021
6 Questions for Harumi Urata-Thompson of Celsius
13.3.2021
When privacy is a privilege: Ontology’s Jun Li on blockchain-based digital ID
11.3.2021
The reformed Bitcoin Maxi who saw the light: Erik Voorhees
3.3.2021
6 Questions for Kain Warwick of Synthetix
27.2.2021
Sam Bankman-Fried: The crypto whale who wants to give billions away
24.2.2021
“The brutal or inspiring truth... is that the more you put in, the more you get out.”
NFT ‘art revolution’: Beeple on his 5040 day labor of love
17.2.2021
“I think it's just going to be seen as the digital art revolution. I truly believe this is the start of the next chapter in art history.”
6 Questions for Eden Dhaliwal of Conflux Network
13.2.2021
“I’ll have to settle on crypto as my brave new world for exploration, for now.”
EU politician reveals her conversion to crypto — Eva Kaili
3.2.2021
"Lots of my friends lost their savings because banks suddenly shut down and nobody would guarantee their life savings. So this was like quite a shock.”
The adventures of the inventive Alex Mashinky
27.1.2021
"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."
The Holy Grail Layout with CSS Grid
27.1.2021
How to build a very common layout with CSS grid. Header on the top, footer on the bottom. Two columns, sidebar and main content. This one has navigation above the main content but within that same column.
The post The Holy Grail Layout with CSS Grid appeared first on CSS-Tricks.
You can support...
You want minmax(10px, 1fr) not 1fr
22.1.2021
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)...
6 Questions for Sheila Warren of the World Economic Forum
13.11.2020
"If we're not solving actual problems, what is the point of any of this?"
In Defense of Tables and Floats in Modern Day Development
30.10.2020
Twenty-plus years ago, tables were the main way web pages were created in HTML. It gave web builders consistent control of constructing pages with some “design.” No longer did sites only have to be top-to-bottom in a linear manner — they could be set up with columns that align left-to-right...
6 Questions for Rob Viglione of Horizen
26.8.2020
“Who doesn’t love a story of a humble badass who refuses the easy path of corruption, loses everything, and still refuses to give up?”
Journeys in Blockchain: Ray Youssef of Paxful
20.8.2020
“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.”