These are public posts tagged with #webdevelopment. You can interact with them if you have an account anywhere in the fediverse.
Announcement: FluxCSS Beta 0.1.0 is Live!
I'm thrilled to announce that the beta 0.1.0 version of **[FluxCSS](https://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
You can find a very detailed explanation about the how behind in my Taming Blend Modes: `difference` and `exclusion` article on @csstricks https://css-tricks.com/taming-blend-modes-difference-and-exclusion/
#CSS #blending #blendMode #cssGradient #code #web #webDev #webDevelopment #dev #coding #frontend
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
https://codepen.io/thebabydino/pen/mdOzLxE
https://codepen.io/thebabydino/pen/dyOVgeR
#blending #blendMode #cssGradient #code #web #webDev #webDevelopment #dev #coding #frontend
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
https://codepen.io/thebabydino/pen/vYyNyER
#CSS #blending #blendMode #pattern #cssGradient #coding #frontend #code #web #dev #webDev #webDevelopment #cssPattern #cssPatterns #patterns
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 https://codepen.io/thebabydino/pen/xxzjJXL - only 2 CSS declarations necessary!
#CSS #tinyCSStip #blending #blendMode #cssGradient #code #coding #frontend #web #dev #webDev #webDevelopment
In German, there’s a word for when things get worse while trying to fix them: verschlimmbessern.
In English, we just call that: an update.
#programming #coding #IT #tech #software #hacking #Python #SQL #computer #webdevelopment #statistics #dataanalysis #machinelearning #datascience #jokes #memes #funny #neuralnetworks #SEO #AI #devops
Python Knowledge Base
https://python-code.pro/
Become a Python expert with our comprehensive knowledge…
Python Knowledge BaseA much newer @codepen demo: smoothly connected cards https://codepen.io/thebabydino/pen/azbLBJy - continuous backgrounds across all, concave roundings + drop shadows, responsivity.
#CSS #SVG #filter #svgFilter #cssGradient #web #webDev #dev #webDevelopment #code #coding #frontend #CodePenChallenge
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 ...
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 https://www.reddit.com/r/css/comments/1jvs81s/comment/mmeibts/
Live demo on @codepen
https://codepen.io/thebabydino/pen/rNJbEqM
#CSS #borderRadius #coding #frontend #web #dev #webDev #webDevelopment #code
#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.
https://codepen.io/thebabydino/pen/BRROzw
#CSS #filter #cssFilter #clipPath #clipping #cssClipPath #cssMask #coding #frontend #web #dev #webDev #webDevelopment #code
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).
Here's a quick breathing box demo with `clip-path: shape()` on @codepen.io: https://codepen.io/thebabydino/pen/ZYENVOQ
Working in Chrome 135 and Safari 18.4!
#CSS #clipPath #cssClipPath #coding #web #dev #webDev #webDevelopment #code #frontend
Here's also a stepped `conic-gradient()` effect, with a grain effect applied https://cdpn.io/pvoBeZP
For more on the grain effect, check out this older post https://mastodon.social/@anatudor/110394395163731287
#CSS #SVG #filter #svgFilter #cssGradient #web #webDev #webDevelopment #dev #code #coding #frontend
By the way, the code is heavily commented https://codepen.io/thebabydino/pen/MYWxeew
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
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
https://codepen.io/thebabydino/pen/jOoLmBv
These all use the same SVG filter.
#svgFilter #cssGradient #coding #frontend #web #webDev #webDevelopment #dev #code #stripes