Search
Troubled Crypto Hedge Fund 3AC Reprimanded by Singapore’s Monetary Authority, Liquidators Eye Su Zhu’s Properties
1.7.2022
On Wednesday, it was reported that the crypto hedge fund Three Arrows Capital (3AC) was liquidated by a British Virgin Islands court and following the alleged liquidation, the Monetary Authority of Singapore (MAS) has reprimanded 3AC for misleading regulators. Furthermore, reports claim that...
Argentinian Tax Agency Ramps Up Digital Wallet Seizures
1.7.2022
The Argentinian Tax Agency, the AFIP, has ramped up the seizures of digital wallets of taxpayers in the country. The institution managed to seize more than 1,200 digital wallets of taxpayers that had debts and didn’t have a bank account, or other properties available to be collected by...
Dubai’s Retail Giant Majid Al Futtaim Accepts Crypto at 29 Shopping Malls and 13 Hotels in Partnership With Binance
6.6.2022
Leading shopping mall operator Majid Al Futtaim has partnered with Binance to accept cryptocurrencies at its malls and other properties. “Majid Al Futtaim is one of the most prestigious businesses in the Middle East and has millions of customers every year,” said the CEO of Binance....
Dubai Property Developer Completes Real Estate Deals Worth $50M via Crypto
4.6.2022
According to an executive with the Dubai-based DAMAC Properties, the real estate development “company has already succeeded in concluding real estate deals worth $50 million via cryptocurrencies since the beginning of this year.” The executive, however, says his company is facing...
Cool CSS Hover Effects That Use Background Clipping, Masks, and 3D
26.5.2022
We’ve walked through a series of posts now about interesting approaches to CSS hover effects. We started with a bunch of examples that use CSS background properties, then moved on to the text-shadow property where we technically didn’t use …
Cool CSS Hover Effects That Use Background...
Argentinian Senate Passes Bill That Would Tax Assets Held in Foreign Countries, Including Crypto
14.5.2022
The Argentinian Senate has approved a bill that would allow the government to tax non-declared assets held in foreign countries by citizens of the country. This includes stocks, properties, bonds, and even cryptocurrencies. The purpose of the legistlation would be to collect more funds to pay...
Cool Hover Effects That Use CSS Text Shadow
13.5.2022
In my last article we saw how CSS background properties allow us to create cool hover effects. This time, we will focus on the CSS text-shadow property to explore even more interesting hovers. You are probably wondering how adding shadow …
Cool Hover Effects That Use CSS Text Shadow...
Square Enix Closes $300 Million Sale of Western Studios to Bankroll Blockchain Pivot
7.5.2022
Square Enix, the influential Japanese gaming and publishing company, has sold its Western studios and some of its Western intellectual properties (IPs) to Embracer Group. The deal, which values these properties at $300 million, will allow the company to focus on the development of new businesses...
Colorful billionaire’s Dubai real estate firm now accepts BTC and ETH
28.4.2022
“Offering yet another transactional mode is exciting, and we are glad to recognize the value this technology brings to our customers,” said DAMAC Properties’ general manager of operations Ali Sajwani
Cool Hover Effects That Use Background Properties
27.4.2022
A while ago, Geoff wrote an article about a cool hover effect. The effect relies on a combination of CSS pseudo-elements, transforms, and transitions. A lot of comments have shown that the same effect can be done using background …
Cool Hover Effects That Use Background Properties originally...
Bandai Namco Announces Gundam Themed Metaverse
2.4.2022
Bandai Namco, a game developer and publishing company involved in the production of toys from several intellectual properties (IPs), has revealed more information about its $130-million metaverse gambit. The company says this new initiative will be based on its Gundam IP, being one of the first...
Law Project Presented in Argentinian Senate Proposes to Tax Undeclared Cryptocurrency Held Outside the Country
1.4.2022
A new law project presented in the Argentinian Senate is seeking to start a fund to pay for part of the debt the country has with the International Monetary Fund (IMF). The project, which is being pushed by members of the ruling party, would establish that Argentinian citizens have to pay taxes...
Tricks to Cut Corners Using CSS Mask and Clip-Path Properties
30.3.2022
We recently covered creating fancy borders with CSS mask properties, and now we are going to cut the corners with CSS mask and clip-path! A lot of techniques exist to cut different shapes from the corners of any element. …
Tricks to Cut Corners Using CSS Mask and Clip-Path Properties...
Building an Interactive Sparkline Graph with D3
29.3.2022
Learn how to build an interactive line graph using the D3 JavaScript library and CSS custom properties to create different color schemes.
The post Building an Interactive Sparkline Graph with D3 appeared first on Codrops
Square Enix to Bring Dungeon Siege IP to The Sandbox
3.3.2022
Square Enix, the Japanese game publishing and developing company, has announced a new deal with The Sandbox to allow one of its IPs to be featured in the metaverse-based platform. The company will bring elements of Dungeon Siege — one of its oldest intellectual properties — to...
UAE Property Developer DAMAC to Launch Metaverse Project in March Says Managing Director
2.3.2022
One of the United Arab Emirates (UAE)’s leading real estate property developers, DAMAC Properties, is planning to launch a project in the metaverse soon, the company’s managing director (MD) has said. DAMAC Looking Into NFTs and Metaverse According to Ali Sajwani, the managing...
When to Avoid the text-decoration Shorthand Property
25.2.2022
In my recent article about CSS underline bugs in Chrome, I discussed text-decoration-thickness and text-underline-offset, two relatively new and widely-supported CSS properties that give us more control over the styling of underlines.
Let me demonstrate the usefulness of …
When to Avoid...
My white whale: A use case for will-change
24.2.2022
 Nic Chan:
[…] the will-change property landed in major browsers in August 2015, and I’ve been on the lookout for when to use it ever since. It might seem self-evident to apply it to commonly animated properties such
…
My white whale: A use case for will-change...
'It Seems Like A Prison,' And Other Online Reactions To Nintendo's Headquarters
23.2.2022
If you’ve been to Kyoto, you might have made the journey out to Nintendo’s headquarters—well, at least, to stand outside the gates.Read more
Multi-Value CSS Properties With Optional Custom Property Values
11.2.2022
Imagine you have an element with a multi-value CSS property, such as transform: optional custom property values:
.el {
transform: translate(100px) scale(1.5) skew(5deg);
}
Now imagine you don’t always want all the transform values to be applied, so some …
Multi-Value CSS Properties With...