FluxCSS

📢 Announcement: FluxCSS Beta 0.1.0 is Live! 📢

I'm thrilled to announce that the beta 0.1.0 version of **[FluxCSS](fluxcss.org)** is now available! FluxCSS is a responsive CSS framework, inspired by Bulma and Bootstrap, designed to significantly speed up the web design process.

Thank you and happy testing! 🚀

#FluxCSS #CSSFramework #WebDesign #WebDevelopment #ResponsiveDesign #FrontendDevelopment #OpenSource #BetaRelease #WebDevTools #DeveloperLife #FeedbackWelcome

FluxCSS: Revolutionizing Responsive Design

fluxcss.org
Ana Tudor 🐯

You can find a very detailed explanation about the how behind in my Taming Blend Modes: `difference` and `exclusion` article on @csstricks css-tricks.com/taming-blend-mo

#CSS #blending #blendMode #cssGradient #code #web #webDev #webDevelopment #dev #coding #frontend

Ana Tudor 🐯

And here are cards with gradual left to right inversion: from no inversion at all on the left, to full inversion on the right. Again, minimal code, single div, no pseudos necessary, 2 #CSS declarations.

Live demos on @codepen

✳️ codepen.io/thebabydino/pen/mdO

✳️ codepen.io/thebabydino/pen/dyO

#blending #blendMode #cssGradient #code #web #webDev #webDevelopment #dev #coding #frontend

Ana Tudor 🐯

Here's another set of cards with varying patterns, all created with the exact same 4 blended CSS gradients, it's just the stops list `--c` that changes for each card.

So basically, it's again just one `background` + one `background-blend-mode` property.

Live demo on @codepen
codepen.io/thebabydino/pen/vYy

#CSS #blending #blendMode #pattern #cssGradient #coding #frontend #code #web #dev #webDev #webDevelopment #cssPattern #cssPatterns #patterns

Ana Tudor 🐯

And here's a cards demo with a cool, yet very simple trick: these left to right gradients are vibrant at the top, but then progressively get more and more desaturated going down, until fully grey.

Live on @codepen codepen.io/thebabydino/pen/xxz - only 2 CSS declarations necessary!

#CSS #tinyCSStip #blending #blendMode #cssGradient #code #coding #frontend #web #dev #webDev #webDevelopment

Ana Tudor 🐯

A much newer @codepen demo: smoothly connected cards codepen.io/thebabydino/pen/azb - continuous backgrounds across all, concave roundings + drop shadows, responsivity.

#CSS #SVG #filter #svgFilter #cssGradient #web #webDev #dev #webDevelopment #code #coding #frontend #CodePenChallenge

Apr 11, 2025, 06:21 · · · 0 · 0
LavX News

Navigating the New Landscape of <h1> Element Styles: What Developers Need to Know

As browser vendors begin to roll out significant changes to the default styles of <h1> elements, developers must adapt their coding practices to avoid unexpected results. This article delves into the ...

news.lavx.hu/article/navigatin

#news #tech #WebDevelopment #HTML #Lighthouse

Ana Tudor 🐯

Ever want a box where the padding or content box (inner) rounding is bigger than the border-radius?

You can do it with a single element, no pseudos! Here's my take on it, including the particular case where you don't want any outer rounding, but sharp corners reddit.com/r/css/comments/1jvs

Live demo on @codepen
codepen.io/thebabydino/pen/rNJ

#CSS #borderRadius #coding #frontend #web #dev #webDev #webDevelopment #code

Ana Tudor 🐯

#tinyCSStip `clip-path` or `mask` are applied after `filter`.

This means we cannot clip/ mask, then add a `drop-shadow()` on the same element for the clipped/ masked shape.

We need to apply the `filter` on a parent of the clipped/ masked (pseudo-)element.

codepen.io/thebabydino/pen/BRR

#CSS #filter #cssFilter #clipPath #clipping #cssClipPath #cssMask #coding #frontend #web #dev #webDev #webDevelopment #code

Kote Isaev

Many people across the globe speak about the ways to #unplugUSservices #UnplugUSA and alike.

Because of React being product of Facebook, this question came to mind: what kind of alternatives to React-based development flows are exist? With rich ecosystems of components?
With some syntax that at least resemble the JSX, for an easier learning curve? (tagged templates of html counts too).

#programming #webDevelopment

Ana Tudor 🐯

Here's a quick breathing box demo with `clip-path: shape()` on @codepen.io: codepen.io/thebabydino/pen/ZYE

Working in Chrome 135 and Safari 18.4! 🥳🎉

#CSS #clipPath #cssClipPath #coding #web #dev #webDev #webDevelopment #code #frontend

Ana Tudor 🐯

Here's also a stepped `conic-gradient()` effect, with a grain effect applied cdpn.io/pvoBeZP

For more on the grain effect, check out this older post mastodon.social/@anatudor/1103

#CSS #SVG #filter #svgFilter #cssGradient #web #webDev #webDevelopment #dev #code #coding #frontend

Ana Tudor 🐯

By the way, the code is heavily commented codepen.io/thebabydino/pen/MYW

So you can see how it works without JS, without wrapping individual elements into spans, just letting it wrap naturally. And without covers that wouldn't allow for an image backdrop behind the text.

#CSS #SVG #filter #svgFilter #blendMode #blending #code #coding #frontend #web #dev #webDevelopment #webDev

Ana Tudor 🐯

Same visual result in both cases, it's just that the #CSS version specifies the entire RGBA value + (equidistant) stop positions for each stop, while the #SVG #filter one only specifies the alpha values for each stop. Given those are equidistant too, a `steps()` way of setting them would make sense.

More stepped gradient examples on @codepen
codepen.io/thebabydino/pen/jOo

These all use the same SVG filter.

#svgFilter #cssGradient #coding #frontend #web #webDev #webDevelopment #dev #code #stripes