Search
Color Theming with CSS Custom Properties and Tailwind
19.11.2020
Custom properties not only enable us to make our code more efficient, but allow us to work some real magic with CSS too. One area where they have huge potential is theming. At Atomic Smash we use Tailwind CSS, a utility class framework, for writing our styles. In this article, we’ll look at...
Bitfinex, a Pioneering Tier-1 Exchange, Lists XinFin Network’s Native XDC Token
18.11.2020
PRESS RELEASE. After Indodax, Alpahex.net and Bitrue, XinFin Digital Contract ($XDC) tokens—the fuel of XinFin’s enterprise-ready, hybrid blockchain ecosystem—will be available on Bitfinex—a pioneering Tier-1 exchange—from 11 a.m. (UST) on November 16, 2020....
Collective #633
5.11.2020
Webbed Briefs * Chasing the Pixel-Perfect Dream * Flow CSS Utility * Site-Speed Topography
The post Collective #633 appeared first on Codrops
Axion’s Launch is Going to Make Crypto-Believers out of Mainstream Investors
28.10.2020
This month, a new cryptocurrency project called the Axion Network will achieve a major milestone – it will see its mainnet launch and go public. The reason that’s so significant is that Axion represents a new breed of cryptocurrency. It’s not a utility token or an attempt...
Not Anymore, Mr. Buffett: Tokenization Marks a New Era for Gold
22.10.2020
Interest-earning tokenized gold proves The Oracle of Omaha wrong about gold’s utility by Stella Zlatareva, Nexo Editorial Team Gold’s worthContinue Reading
The post Not Anymore, Mr. Buffett: Tokenization Marks a New Era for Gold appeared first on CoinMarketCap Blog
Full Bleed
15.10.2020
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:...
Iran Grants Bitcoin Miners Exclusive Access To Electricity From Three Power Plants
22.9.2020
Iran has granted bitcoin miners exclusive access to electricity generated from three power plants for their mining activities, according to state power utility Thermal Power Plant Holding Company (TPPH). Mohsen Tarztalab, managing director of TPPH, told a local news agency on Monday that...
Pre-Caching Image with React Suspense
21.9.2020
Suspense is an exciting, upcoming feature of React that will enable developers to easily allow their components to delay rendering until they’re “ready,” leading to a much smoother user experience. “Ready,” in this context, can mean a number of things. For example, your data loading...
Buy LAND for $SAND — Latest presale only accepts Sandbox utility token
14.9.2020
With $1.5 million of LAND already sold, The Sandbox launches its final presale before its first public round at the end of the year
World's Largest Utility Firm to Debut Blockchain-powered Digital ID Platform
13.8.2020
A local branch of the State Grid Corporation of China (SGCC) – the nation’s electricity monopoly and the biggest utilities firm in the world – said that it has developed a blockchain technology-powered digital identity authentication system.
Per Shupeidian, the Anhui Province branch of the SGCC...
US Regulator Zeroes in on Binance Chain as SEC Awards Monitoring Contract to Ciphertrace
1.8.2020
The U.S. Securities and Exchange Commission (SEC) intends to award a fixed-price contract on a single source basis to Ciphertrace. The SEC is awarding the contract to the blockchain monitoring company as it plans focus on BNB coin, as well as other tokens on the Binance’s DEX. The BNB token...
What Is DeFi and Why Should I Care? A CoinMarketCap Step-by-Step Guide
31.7.2020
In recent weeks, the word on everyone’s mind has been DeFi. DeFi is bringing more utility to the Ethereum blockchain,Continue Reading
The post What Is DeFi and Why Should I Care? A CoinMarketCap Step-by-Step Guide appeared first on CoinMarketCap Blog
What Is DeFi and Why Should I Care? A CoinMarketCap Step-by-Step Guide
31.7.2020
In recent weeks, the word on everyone’s mind has been DeFi. DeFi is bringing more utility to the Ethereum blockchain,Continue Reading
The post What Is DeFi and Why Should I Care? A CoinMarketCap Step-by-Step Guide appeared first on CoinMarketCap Blog
Lawsuit: Investors Can't Prove Ripple Knew XRP Had ‘No Utility’
31.7.2020
Lawyers for Brad Garlinghouse haven’t argued the Ripple CEO’s statements in extolling XRP were true, simply that they can’t be proven false
Chainlink Utility Drives LINK Price, but a Correction Could Be Coming
19.7.2020
The growing utilization of Chainlink oracles in DeFi protocols has seen LINK’s token price rise considerably, but is a significant decline looming?
Bootstrap 5
7.7.2020
It’s always notable when the world biggest CSS framework goes up a major version (it’s in alpha now).
It has dropped jQuery and IE, started using some CSS custom properties, gone fully customized with form elements, started to embrace utility classes, and includes a massive icon...
Research Suggests Transparency is Key for Utility-Based Crypto Projects
25.6.2020
Crypto prices on the secondary market may depend on how much information is given to stakeholders says fintech researchers
Eidoo Burns 28 Million $EDO in Preparation for Governance Token Upgrade on June 18th
11.6.2020
Switzerland, 11th June 2020. Swiss-based crypto platform Eidoo has today burned almost one third (1/3rd) of the total supply of utility token $EDO as they prepare for its June 18th token upgrade, in collaboration with sister company Provable Things. In one of the largest-scale token burns in...
Eidoo to Burn 80% of Company’s Token Holdings to Kickstart One of the Biggest Daos in Defi
4.6.2020
Switzerland, 4th June 2020. Swiss-based crypto platform Eidoo is upgrading its native utility token into a governance token that will power a new cross-chain DAO. In a collaborative decision by Eidoo and pTokens, the $EDO token will be upgraded into $PNT later this month so that it can be used...
Building a Scalable CSS Architecture With BEM and Utility Classes
21.4.2020
Maintaining a large-scale CSS project is hard. Over the years, we’ve witnessed different approaches aimed at easing the process of writing scalable CSS. In the end, we all try to meet the following two goals:
Efficiency: we want to reduce the time spent thinking about how things should...