Search

Nalezeno "mind": 229

Full Bleed


We’ve covered techniques before for when you want a full-width element within a constrained-width column, like an edge-to-edge image within a narrower column of text. There are loads of techniques. Perhaps my favorite is this little utility class: .full-width { width: 100vw; position:...

Your Bitcoin Brainwallet Can Be Swept Even Without Reading Your Mind


If you're considering setting up a "brainwallet" to secure your bitcoin (BTC), you might want to think twice and learn from a recent experiment. It showed that BTC might be stolen in less than a second. Contrary to a paper wallet, where a BTC owner has their seed phrase written...

Leading Auction House Christie’s Listing Bitcoin Art for the First Time


The world’s largest auction house, Christie’s, will be presenting Bitcoin artwork for the first time. Block 21 of “Portraits of a Mind,” an art project showcasing the original Bitcoin code by Satoshi Nakamoto, will include a painting and a unique digital non-fungible token....

Working with JavaScript Media Queries


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

OKEx CEO Says Indian Crypto Ban 'Unlikely', Has 3 Scenarios in Mind


Major crypto exchange OKEx opened the doors of their new platform in India, amidst speculations that another crypto ban might be incoming. This scenario the exchange's CEO finds unlikely to happen, describing the platform's first day of trading as a "huge success." On August 5,...

A Bit on Web Component Libraries


A run of Web Components news crossed my desk recently so I thought I’d group it up here. To my mind, one of the best use cases for Web Components is pattern libraries. Instead of doing, say, <ul class="nav nav-tabs"> like you would do in Bootstrap or <div class="tabs"> like...

John Perry Barlow: A Declaration of the Independence of Cyberspace


Governments of the Industrial World, you weary giants of flesh and steel, I come from Cyberspace, the new home of Mind. On behalf of the future, I ask you of the past to leave us alone. You are not welcome among us. You have no sovereignty where we gather. We have no elected government,...

Hide Scrollbars During an Animation


CSS still can’t animate to auto dimensions. .dropdown { transition: 0.2s; height: 0; } .dropdown.open { /* the height will change, but it won't animate. */ height: auto; } There is JavaScript trickery you can try. Brandon Smith outlined several techniques here a little while back....

Let’s Make a Multi-Thumb Slider That Calculates The Width Between Thumbs


HTML has an <input type="range">, which is, you could argue, the simplest type of proportion slider. Wherever the thumb of that slider ends up could represent a proportion of whatever is before and whatever is after it (using the value and max attributes). Getting fancier, it’s possible...

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