Its all HTML
Its all HTML
I was try to animate a menu button’s picker icon (as a down arrow), when the menu expands, the icon should rotate clockwise for 180º, but when the menu collapses, instead of making the icon rotate back to 0º (with simple CSS Transition), I wanted it to continue rotate clockwise for another 180º. This is the solution I came up with that requires the least amount of Javascript. Still trying to figure out if there’s a #CSS only solution: https://codepen.io/marchbox/pres/bNNVdmx
The April Issue of the Joomla Magazine is out! And I wrote something about footers:
https://magazine.joomla.org/all-issues/april-2025/pushed-to-the-bottom-3-brilliant-footer-hacks-with-minimal-coding
#Joomla #JoomlaMagazine #CSS
#Design #Approaches
Designing in the browser · Your starting point for in-browser mockups https://ilo.im/163dnu
_____
#Browser #DesignProcess #UiDesign #WebDesign #Development #WebDev #Frontend #HTML #CSS #JavaScript
So, You Want to Give Up CSS Pre- and Post-Processors…, by @zellwk.bsky.social (@csstricks):
https://css-tricks.com/so-you-want-to-give-up-css-pre-and-post-processors/
Expanding CSS Shadow Effects: "Shadows in #CSS can be multi-directional, layered, and are animate-able. On top of being all that, they don’t affect the layout and computed size of an element even though they can make it appear bigger or smaller." https://frontendmasters.com/blog/expanding-css-shadow-effects/
Modern #CSS Theming | Light Mode / Dark Mode and More! "In this video CJ shows some modern CSS features you can use to create a dark / light theme. He shows how to create a CSS only theme switcher and also shows how to save a users theme preference to localStorage." https://www.youtube.com/watch?v=F1s8MZoGVL8
Digital Toolbox: CSS
Is a style sheet language used for specifying the presentation and styling of a document written in a markup language such as HTML/CFML.
https://wadebach.blackcatwhitehatsecurity.com
#Digital #Toolbox #CSS #programming
Grid First, Flex Third: "I’ve been mulling this topic for months now, and I’m pretty firmly of the opinion if you are attempting to do some layout in #CSS, you should reach for display:grid first, followed by display:block, followed by display:flex." https://alex.party/posts/2025-03-23-grid-first-flex-third/
CSS Custom Properties vs. Sass Variables: A Pragmatic Guide: "When to use #CSS custom properties vs Sass variables in design systems: runtime theming vs compile-time constants, dynamic flexibility vs immutable foundations." https://www.alwaystwisted.com/articles/css-vs-sass
a tiny codepen for a quick CSS tip. probably old news to some people but i still encounter devs who don't know this little nugget.
My IndieWeb blog carnival entry on “renewal”!
I talk about reconnecting w/ what I most enjoy about composing & coding, and avoiding treating leisure & projects as if I need to impress someone.
reillyspitzfaden.com/posts/2025/0...
#IndieWeb #Blog #Blogging #WebDev #WebDesign #Coding #HTML #CSS
IndieWeb Blog Carnival — “Rene...
My April IndieWeb blog carnival entry on “renewal”!
I often feel compelled to tweak and redesign my website at the expense of other things I value. I talk about reconnecting with what I most enjoy about composing and coding, and avoiding treating my leisure and projects as if I need to impress someone.
https://reillyspitzfaden.com/posts/2025/04/indieweb-blog-carnival-renewal/
Did you know that the #Django admin can be themed?!
Here are 10 packages for the Django admin which can transform it with a Dracula theme, #Bootstrap #CSS, #Tailwind, and more!
Jazz up your Django admin today!
https://www.djangoproject.com/weblog/2025/apr/18/admin-theme-roundup/
This is cool!
Because Google Fonts isn't #GDPR compliant, someone built "Bunny Fonts" to be a GDPR-compliant alternative.
Drop-in replacement with an identical API!
If It Works, It’s Right, by @bell.bz (@piccalil.li):