Search
Spot Bitcoin ETF Approval Discussions Continue, Astar, Injective & InQubeta Win Investors’ Hearts
24.12.2023
In the ever-evolving world of cryptocurrencies, a blend of anticipation, innovation, and strategic maneuvering shapes the future of the industry. The ongoing discussions for the approval of a spot Bitcoin ETF by the SEC and the growing investor interest in top DeFi projects like Astar, Injective...
WOO Network revival as TVL rises, DigiToads shapes DeFi with unique staking model
8.7.2023
WOO Network’s revival is apparent in terms of the rise in its total value locked (TVL), which has also increased its token price. Furthermore, its high TVL is a vote of confidence in the platform, which continues to exert its dominance within the crypto landscape. Amidst this, DigiToads...
AI shapes crypto future: A spotlight on Bittensor and InQubeta presale
10.6.2023
Innovation and technological advancements are constantly reshaping the crypto space. As the possibilities of artificial intelligence (AI) expand, it is becoming increasingly clear that it holds tremendous potential to revolutionize how we interact with digital assets and blockchain networks....
Little Shapes was a ‘social experiment’ to expose NFT botnets: founder
4.2.2023
In a 158 document, the team behind Little Shapes alleged that NFT scammers utilized bot networks to rug-pull "$200 million+ out of the ecosystem.”
CSS Grid and Custom Shapes, Part 3
11.11.2022
After Part 1 and Part 2, I am back with a third article to explore more fancy shapes. Like the previous articles, we are going to combine CSS Grid with clipping and masking to create fancy layouts for image …
CSS Grid and Custom Shapes, Part 3 originally published on CSS-Tricks, which...
How to Create Wavy Shapes & Patterns in CSS
26.9.2022
The wave is probably one of the most difficult shapes to make in CSS. We always try to approximate it with properties like border-radius and lots of magic numbers until we get something that feels kinda close. And that’s before …
How to Create Wavy Shapes & Patterns in CSS originally...
CSS Grid and Custom Shapes, Part 2
22.8.2022
Alright, so the last time we checked in, we were using CSS Grid and combining them with CSS clip-path and mask techniques to create grids with fancy shapes.
Here’s just one of the fantastic grids we made together:
CodePen…
CSS Grid and Custom Shapes, Part 2 originally published...
CSS Grid and Custom Shapes, Part 1
15.8.2022
In a previous article, I looked at CSS Grid’s ability to create complex layouts using its auto-placement powers. I took that one step further in another article that added a zooming hover effect to images in a grid layout…
CSS Grid and Custom Shapes, Part 1 originally published...
How to Animate SVG Shapes on Scroll
8.6.2022
A short tutorial on how to animate SVG paths while smooth scrolling a page.
The post How to Animate SVG Shapes on Scroll appeared first on Codrops
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...
Fixing the Drift in Shape Rotations
4.11.2021
Steve Ruiz calls this post an “extra-obscure edition of design tool micro-UX,” but I find it fascinating! If you select a bunch of elements in a design tool, then rotate then, then later select those same elements and try to …
The post Fixing the Drift in Shape Rotations appeared...
Exploring the CSS Paint API: Rounding Shapes
22.10.2021
Adding borders to complex shapes is a pain, but rounding the corner of complex shapes is a nightmare! Luckily, the CSS Paint API is here to the rescue! That’s what we’re going to look at as part of this “Exploring …
The post Exploring the CSS Paint API: Rounding Shapes appeared first...
Exploring the CSS Paint API: Polygon Border
20.9.2021
Nowadays, creating complex shapes is an easy task using clip-path, but adding a border to the shapes is always a pain. There is no robust CSS solution and we always need to produce specific “hacky” code for each particular …
The post Exploring the CSS Paint API: Polygon Border appeared...
The Story Behind TryShape, a Showcase for the CSS clip-path property
8.9.2021
I love shapes, especially colorful ones! Shapes on websites are in the same category of helpfulness as background colors, images, banners, section separators, artwork, and many more: they can help us understand context and inform our actions through affordances.
A …
The post The Story Behind...
Exploring the CSS Paint API: Blob Animation
30.8.2021
After the fragmentation effect, I am going to tackle another interesting animation: the blob! We all agree that such effect is hard to achieve with CSS, so we generally reach for SVG to make those gooey shapes. But …
The post Exploring the CSS Paint API: Blob Animation appeared first...
Using CSS Shapes for Interesting User Controls and Navigation
4.8.2021
Straight across or down, that’s the proverbial order for user controls on a screen. Like a list of menu items. But what if we change that to a more fluid layout with bends, curves, and nooks? We can pull it …
The post Using CSS Shapes for Interesting User Controls and Navigation appeared...
Conjuring Generative Blobs With The CSS Paint API
30.7.2021
The CSS Paint API (part of the magical Houdini family) opens the door to an exciting new world of design in CSS. Using the Paint API, we can create custom shapes, intricate patterns, and beautiful animations — all with a …
The post Conjuring Generative Blobs With The CSS Paint API appeared...
Trigonometry in CSS and JavaScript: Beyond Triangles
5.7.2021
Web design is such a rectangle-based design medium that literally any deviation from it feels fresh. Michelle Barker gets into using math in various ways to programmatically draw lines, shapes, and animations that end up looking both beautiful and have …
The post Trigonometry in CSS...
How to Create CSS Charts With Interesting Shapes, Glyphs and Emoji
21.6.2021
Let’s forego the usual circles and bars we typically see used in charts for more eccentric shapes. With online presentations more and more common today, a quick way to spruce up your web slides and make them stand out is …
The post How to Create CSS Charts With Interesting Shapes, Glyphs...
Trigonometry in CSS and JavaScript: Beyond Triangles
4.6.2021
In part three of our series we’ll look at how to create more interesting shapes with trigonometry, and how to draw them with the Canvas API.
The post Trigonometry in CSS and JavaScript: Beyond Triangles appeared first on Codrops