Search

Nalezeno "41 position": 563

Grayscale Investments Scooped Up Over 17,000 BTC in the Last Seven Days


During the last seven days, Grayscale Investments purchased 17,100 BTC or $182 million worth of bitcoin using today’s exchange rates. The company’s bitcoin position is now close to 450,000 BTC worth roughly $4.7 billion. The Grayscale Bitcoin Trust (GBTC) is a very popular investment...

How to Use CSS Grid for Sticky Headers and Footers


CSS Grid is a collection of properties designed to make layout easier than it’s ever been. Like anything, there’s a bit of a learning curve, but Grid is honestly fun to work with once you get the hang of it. One area where it shines is dealing with headers and footers. With a little...

Stacked Cards with Sticky Positioning and a Dash of Sass


The other day, I spotted this particularly lovely bit from Corey Ginnivan’s website where a collection of cards stack on top of one another as you scroll. I started wondering how much JavaScript this would involve and how you’d go about making it when I realized — ah! — this must be the work...

Position Vertical Scrollbars on Opposite Side with CSS


Fair warning: I can’t say I recommend this in general because it breaks a very strong expectation of where scrollbars are, which are useful for a lots of folks, not to mention, a core accessibility feature for many. But it is a fascinating CSS trick and the web is a big place with...

Miner Hoards: Q2 Bitcoin Mining Supply Outflow Touches 12-Month Low


Onchain data shows that bitcoin miners are hoarding despite the 50% loss in revenue that started on May 11, during the third reward halving. The seven-day average of bitcoin miners’ outflow volume and mining funds sent to exchanges remains significantly low. Roughly four weeks ago on June...

US Dept of Homeland Security Buys Analytics Software From Coinbase


Coinbase is selling its blockchain analytics software to the U.S. Department of Homeland Security and the U.S. Secret Service. Following criticisms from the crypto community, CEO Brian Armstrong defended Coinbase’s position. Coinbase Selling Analytics Software to US Government Public records...

Memorize Scroll Position Across Page Loads


Hakim El Hattab tweeted a really nice little UX enhancement for a static site that includes a scrollable sidebar of navigation. ???? If you've got a static site with a scrollable sidebar, it really helps to memorize the scroll position across page loads. (left is default, right memorized)...

Patternico


I remember searching for tutorials for making seamless patterns in Photoshop¹ all the time back in the day. It’s fun to see this little website for building repeating patterns as its one job. It does everything you’d expect: pick a background, drag some decorations onto it and position...

On fixed elements and backgrounds


After just playing with apsect-ratio and being pleasantly surprised at how intuitive it is, here’s an example of CSS acting unintuitively: If you have a fixed element on your page, which means it doesn’t move when you scroll, you might realise that it no longer acts fixed if you apply a...

XRP Loses its Position as the Third-largest Cryptocurrency


Cryptocurrency is a type of digital currency with cryptography, used for providing a secure medium for exchange. The model of Ripple (XRP) was presented in 2004, which makes it older than Bitcoin. Initially, it did not receive any significant response, as it was a decentralized payment policy....

A “new direction” in the struggle against rightward scrolling


You know those times you get a horizontal scrollbar when accidentally placing an element off the right edge of the browser window? It might be a menu that slides in or the like. Sometimes we to overflow-x: hidden; on the body to fix that, but that can sometimes wreck stuff like position:...

List Style Recipes


Lists are a fundamental part of HTML! They are useful in things like blog posts for listing out steps, recipes for listing ingredients, or items in a navigation menu. Not only are they an opportunity for styling, but they have accessibility implications. For example, the number of items in a list...

When debugging, your attitude matters


Julia Evans: I was debugging some CSS last week, and I think that post is missing something important: your attitude. Now – I’m not a very good CSS developer yet. I’ve never written CSS professionally and I don’t understand a lot of basic CSS concepts (I think I finally understood for the first...

Indicating Scroll Position on a Page With CSS


Scrolling is something we all know and do on the web to the extent that it’s an expectation or perhaps even a habit, like brushing our teeth. That’s probably why we don’t put too much thought into designing the scrolling experience — it’s a well-known basic function. In fact, the popular “there...

Flexbox and absolute positioning


Chen Hui Jing notes that when you absolutely position a flex item, it's no longer part of the flex layout. Except... it kinda is a little bit. If you make the child position: absolute; but don't apply any top/right/bottom/left properties, then flexbox alignment will still apply to it. It's odd...

Power Plant Mines BTC 5.5/day, Secures 'Unique Position' Ahead of Halving


An associative picture. The Greenidge Generation plant in New York’s Finger Lakes region can mine about 5.5 bitcoins per day (USD 50,000) after its operator installed some 7,000 mining machines in recent months, Bloomberg reported. The machines work off so-called "behind-the-meter" power...

Chameleonic Header


Nice demo from Sebastiano Guerriero. When a fixed-position header moves from overlapping differently-colored backgrounds, the colors flop out to be appropriate for that background. Sebastiano's technique is very clever, involving multiple copies of the header within each section (where the copies...

Fixed Headers and Jump Links? The Solution is scroll-margin-top


The problem: you click a jump link like <a href="#header-3">Jump</a> which links to something like <h3 id="header-3">Header</h3>. That's totally fine, until you have a position: fixed; header at the top of the page obscuring the header you're trying to link to! Fixed...

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