Wer so'n shice programmieren kann, kann auch gefälligst ne Seite baun die ohne #JavaScript auskommt!
Wer so'n shice programmieren kann, kann auch gefälligst ne Seite baun die ohne #JavaScript auskommt!
This is almost certainly not the right way to do this, but damn it is cool that you can.
No need to add the * manually behind required form fields anymore.
Just let CSS do it:
label:has(+ [required])::after {
content: " *";
}
The "+ ..." just means that <label> and the <input>, <select>, etc. are siblings.
@Hacker0x01 using #ClownFlare really rubs me at all the wrong ponts!
@NocturnalNessa @kasdeya yes, it's called #NoScript and the existing security settings...
A no JS, no text duplication, no shadows #3D text effect I made on @codepen for the week's #CodePenChallenge https://codepen.io/thebabydino/pen/yLmxePV
Just a bit of #SVG #filter magic!
#Pug code generating the SVG filter is ~1KB and the CSS is half of that (20 declarations including prettifying and layout).
Also: did anyone else have trouble with uploading videos here? This is just a 5 second 500KB vid...
On a blog, do you think a word cloud (large!, for tagged articles) is good/needed for users with assistive technology and disability?
#noJS #a11y #Accessibility #WAI #WCAG #ARIA #disability #impaired #FollowerPower
Please, answer how you solve it and what you think about Tag Cloud.
Please, If you disagree in Tag Cloud, tell why.
For users with impairment/disabilities a Tag Cloud:
@dm @RadioAzureus @amin @joelchrono @thedoctor @ivan @ddlyh @spaceraser
Yeah. I feel the same.
Stuff like librefox/wolf and ZenBrowser are great, but if Mozilla goes toes-up, those forks won't be particularly maintainable.
Maybe we need something between #Gemini and the Web now, like... SpaceShuttleProtocol? lol
(Or just #NoJS)
Here's a little fun #noJS challenge: how would you code this?
Background behind heading is transparent and cutout with rounded corners depends on text heading length.
My solution on @codepen: https://codepen.io/thebabydino/pen/ZEdvbRK
Can you guess how I did it before checking the code?
If you like this kind of stuff, pure #CSS on #scroll effects, you can find tens more under this tag on @codepen
https://codepen.io/thebabydino/pens/tags/?selected_tag=css-scroll-animation
Whoever at @EUCouncil decided to install #ClownFlare-like, #ableist bs like this deserves to get fired!
Espechally since there is no "#LegitimateInterest" for blocking @torproject / #Tor users from accessing i.e. press releases anonymously!
FIX THAT SHIT - NOW!
https://www.consilium.europa.eu
Pure CSS 1 div animated
∞ logo
https://codepen.io/thebabydino/pen/zRZKxK
Also has a video of me live coding it.
Pure CSS
animation https://codepen.io/thebabydino/pen/bGwYVOm
This one also has a video of me live coding it.
Okay, made a Pure CSS Slider instead.
Modal lightboxes are too fraught with problems.
Suggestions/changes are welcome!
Pure CSS prisms with rounded corners https://codepen.io/thebabydino/pen/wvmRXeM
In case you're wondering about the how behind https://github.com/w3c/csswg-drafts/issues/9843#issuecomment-1951351003
Pure CSS waving surface https://codepen.io/thebabydino/pen/rNZJmPa
Given a 3D function varying in time
z = f(x, y, t)
make a pure CSS 3D representation of it.
Went through a lot of iterations, partly because support for some features wasn't always there, partly because I had ideas to improve.
Dear @nixCraft,
Your website isn't accessible without JS.