Search

Nalezeno "file": 384

CMC Announces Next CoinMarketCap Earn Campaign With Orchid


CoinMarketCap Earn, a place for crypto enthusiasts to learn more about how a cryptoasset works while earning crypto rewards, hasContinue Reading The post CMC Announces Next CoinMarketCap Earn Campaign With Orchid appeared first on CoinMarketCap Blog

Is Impermanent Loss Overblown?: Flipside Crypto


Is Impermanent Loss Overblown? The use of decentralized exchanges (DEXes) has skyrocketed this year, with volumes deposited going from underContinue Reading The post Is Impermanent Loss Overblown?: Flipside Crypto appeared first on CoinMarketCap Blog

A Complete Guide to CSS Gradients


Like how you can use the background-color property in CSS to declare a solid color background, you can use the background-image property not only to declare image files as backgrounds but gradients as well. Using CSS gradients is better for control and performance than using an actual image (of...

Failed Sybil Attack Targeted Monero Users, Privacy Is Safe


Monero was targeted by an attempted Sybil attack that ultimately failed, according to reports from project developer Riccardo Spagni. AttackerContinue Reading The post Failed Sybil Attack Targeted Monero Users, Privacy Is Safe appeared first on CoinMarketCap Blog

Daniel's File Selection Hack


V dnešním blogpostu bych vám rád popsal jeden prográmek, takovou minimalistickou utilitku, kterou jsem si vyvinul pro vlastní potřebu a posléze se rozhodl ji distribuovat i na Internetu. Program se jmenuje „Daniel's File Selection Hack“, přičemž to slovo „hack“ je tam míněno v původnějším významu...

Parsel: A tiny, permissive CSS selector parser


If you’ve ever thought to yourself, gosh, self, I wish I could have an Abstract Syntax Tree (AST) of this CSS selector, Lea has your back. If you’ve ever thought that same thing for an entire CSS file, that’s what PostCSS is, which has gone v8. PostCSS doesn’t do anything...

POW


As a connoisseur of web trickery, this is a must share: POW stands for Packaged Offline/online Webpage. It turns out the png format includes ways to save metadata alongside the image file. A powfile has a metadata entry that contains a zip file that contains a full website. So a PNG file...

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

How to Simplify SVG Code Using Basic Shapes


There are different ways to work with icons, but the best solution always includes SVG, whether it’s implemented inline or linked up as an image file. That’s because they’re “drawn” in code, making them flexible, adaptable, and scalable in any context. But when working with SVG, there’s always...

IRS Prioritizes Cryptocurrency, Now First Question on 1040 Tax Form


The new U.S. tax form is out and the cryptocurrency question is the first one on the main 1040 tax form used by about 150 million people to file their taxes. The Internal Revenue Service (IRS) requires all tax filers to declare whether they have received, sold, exchanged, or acquired...

Let’s Make a Vue-Powered Monthly Calendar


Have you ever seen a calendar on a webpage and thought, how the heck did they did that? For something like that, it might be natural to reach for a plugin, or even an embedded Google Calendar, but it’s actually a lot more straightforward to make one than you might think. Especially when we use...

Leading-Trim: The Future of Digital Typesetting


leading-trim is a suggested new CSS property that lets us remove the extra spacing in every font so that we can more predictably style text. Ethan Wang has written about it — including how Microsoft has advocated for it — and that it’s now part of the Inline Layout Module Level 3 spec. You’d use...

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