Breakpoints, by @cssence@mas.to:
https://cssence.com/2026/breakpoints/
#design #accessibility #mobile #css
@bsky.app has once again changed something in their #CSS and I don't know that I have the energy to cope with trying to correct it in my custom stylesheet.
Today I learned that you can use `field-sizing: content` to make the `<textarea>` shrink and grow with the text in it. Try it out: (If you can, haha ^^) <textarea class="w-full p-2 rounded-xl bg-zinc-700 focus:outline-none" style="field-sizing: content" ></textarea> It's not available everywhere as of today (field-sizing: content | Can I use), but that's up to you to decide. :)
Today I learned that field-sizing: content exists :)
#CSS #TIL
Animated CSS3 Mega Menu
Animated CSS3 Mega Menu
https://code.stylelib.org/?p=19525
#codecanyon #css #css3 #html5 #responsive
I...am just pissing myself. i fucking HATE #css but OMG...I fucking LOVE Bootstrap. Once you get the core concepts down...fucking wow. I did this cleanup in an HOUR, and that was only because I'm learning. https://kasbjornsen.codeberg.page #coding
#Development #Approaches
Paywalls for minimalists · A creator’s playbook built mainly on open source ilo.im/16b83j by Ernie Smith
_____
#Business #Monetization #Blogs #Website #IndieWeb #SmallWeb #Webhooks #WebDev #CSS #JavaScript
Defold Flow is the next great open source library for UI - this one implements a CSS Flexbox-inspired UI system in pure Lua.
It's also very well documented, with a tutorial series on how to use it and guides:
github.com/Pause-Games/...
#opensource #ui #css #lua #MadeWithDefold #gamedev #indiedev
I did my first test with functions and conditionals in #css, and these might be the first changes since custom properties where I genuinely think it will completely change the way I (and probably other people) write CSS.
A relire : Voir le code source d'un site à partir d'un téléphone portable
blog.shevarezo.fr/post/2021/10/21/voir-cod...
#android #firefox #html #css #chrome #web #ios #webdev #devweb #webbrowser #smartphone @neatnikllc
I assums that you do not this: vanzasetia.xyz
#HTML #CSS #a11y #MadeWithLove #IndieWeb
#Content #Management #System #(CMS) #CSS #Digital #Marketing #HTML #JavaScript #PHP #SEO
Origin | Interest | Match
YellowPencil – Visual CSS Style Editor
YellowPencil – Visual CSS Style Editor
https://code.stylelib.org/?p=252667
#codecanyon #css #utilities #wordpress
#Android #CSS #Figma #Frontend #Development #HTML #HTML5 #iPhone #JavaScript #Mobile #App
Origin | Interest | Match
Mastering CSS Scroll Timeline: A Complete Guide to Animation on Scroll in 2026 Introduction to Scroll Timeline API Have you ever wanted to create stunning scroll-driven animations without relying o...
#webdev #javascript #tutorial #css
Origin | Interest | Match
No te rindas, cada error es un paso adelante. Recuerdo mis primeros días de codificación, frustrante, pero perseveré y mejoré. ¡Tú también puedes! #coders #webdev #css #desarrolloweb
There is an online service provider in #Canada that I have been using for a long time. Like, since 2000. I'm pretty sure it's a small, independently-run organization -- maybe even a one-person #shop. I've never tried to find out.
It was around for years before I first used their services. I […]
****HUGE UPDATE!****
So, upon a request from some folks in Fanime Castle, we have tried our best to make the CSS code for the mobile layout
And it turned out to be (mostly) successful! :D
#fanime #fanimecommunity #webdev #html #css
Three buttons with a popover to the bottom right of each of them. The first one is tagged Chrome, and the popover is aligned to the left directly under the button. The second and third are tagged Firefox and Safari respectively, and the popover is separated from the button (to the bottom right)
The button has a `translate: -50% -50%`. On Chrome, the popover follows the button; on Chrome and Safari, the popover doesn't. Which one is the expected behavior?
#css #popover
Avoiding “z-index”, by @donnie@social.design.systems:
https://blog.damato.design/posts/avoiding-z-index/
#css #positioning
Today's lunch video is "Building a Computer with #CSS" - "Ever wondered how a computer actually works? What a CPU is actually built of? And if it's possible to build one using only CSS? If so, this talk is for you." www.youtube.com/watch?v=PFqt...
Making interesting borders with #CSS corner-shape: "You can make cool beveled, rounded, notched, scooped, and elliptical borders with the new CSS corner-shape property!" cassidoo.co/post/css-cor...
Le responsive mobile dompté par #NPM !
Petit coup de propre sur mon instance #LittleLink : grâce à l'injection #CSS via #Nginx #Proxy Manager, j'ai recalé l'affichage mobile au pixel près.
Pure CSS3 Forms Set
Pure CSS3 Forms Set
https://code.stylelib.org/?p=19615
#codecanyon #css #css3 #form #forms
🆕 blog! “An odd font rendering bug in Firefox and Safari”
First up, you should go and watch The Importance of Being Earnest with Ncuti Gatwa. It is a brilliant set of performances and a joy to see.
While perusing the programme on the National Theatre website I stumbled upon a little bug. The […]
An odd font rendering bug in Firefox and Safari First up, you should go and watch The Importance of Being Earnest with Ncuti Gatwa. It is a brilliant set of performances and a joy to see. While per...
#/etc/ #bug #css #firefox #font
Origin | Interest | Match
Screenshot of a website. Contains a phone of a black woman next to her name. Any characters with accents in her name are rendered without boldface.
## An odd font rendering bug in Firefox and Safari
shkspr.mobi/blog/2026/03/an-odd-font...
First up, you should go and watch The Importance of Being Earnest with Ncuti Gatwa. It is a brilliant set of performances and a […]
[Original post on shkspr.mobi]
12 years ago I wrote about the built-in Sass colour functions that were available.
Today we can achieve the same with native CSS using color-mix() and relative colour syntax.
Un-Sass'ing My CSS: Colour Functions Without Sass
www.alwaystwisted.com/articles/UnS...
#CSS #FrontEnd #WebDev #WebDesign
#Development #Techniques
Building dynamic toggletips · A prime example for anchored container queries ilo.im/16bc8d by Daniel Schwarz
_____
#ModernCSS #AnchorPositioning #ContainerQueries #Toggletips #Popover #ProgressiveEnhancement #WebDev #Frontend #CSS
has anyone experimented with using #css :open pseudo-class for <input> elements?