Three browser window illustrations show changes before and after a modal opens, highlighting scrollbar behavior and layout shifts.
Ever noticed how your entire page shifts when you open a modal?
That's not a bug, that's a missing CSS property.
09.03.2026 09:59
π 86
π 5
π¬ 2
π 0
Un-Sass'ing My CSS: Native CSS Nesting Always Twisted
Learn how to use native CSS nesting in modern browsers. Understand the & selector, specificity rules, differences from Sass, and when to use nesting with practical examples for components, themes, and...
π new blogpost π
Un-Sass'ing My CSS: Native CSS Nesting
Nesting was a dream feature in Sass and it's recently become 'native' in CSS.
This post covers syntax, specificity, real patterns, and the key differences you need to know.
www.alwaystwisted.com/articles/UnS...
#CSS #Sass #FrontEnd #WebDev
09.03.2026 11:11
π 66
π 17
π¬ 3
π 0
Modern CSS Features You Should Know About
YouTube video by Joy of Code
I went through 20 modern CSS and UI features that landed on the web platform from CSS Wrapped 2025
youtu.be/KGc5DYl6Lbs
08.03.2026 17:00
π 136
π 17
π¬ 4
π 0
ICYMI: The Astroid Framework for Joomla has a critical auth bypass. Every version before 3.3.11 is vulnerable. Joomla 5 and 6 both affected.
Full breakdown of the attack and how to check your sites:
mysites.guru/blog/astroid...
06.03.2026 09:01
π 2
π 3
π¬ 0
π 0
January 2026 Baseline monthly digest Β |Β Blog Β |Β web.dev
Read about various happenings with Baseline during January 2026
January 2026 Baseline Monthly Digest, by @malchata@mastodon.social (@developers@chromium.social):
https://web.dev/blog/baseline-digest-jan-2026
#browsers #support #webplatform #css #viewtransitions
05.03.2026 08:30
π 0
π 1
π¬ 0
π 0
Accessible faux-nested interactive controls
A really common user interface pattern is a big clickable area, such as a card. Sometimes you need controls within that card that are also clickable. There's lots of ways to do it wrong, but fretβ¦
Une alternative accessible aux boutons interactifs imbriquΓ©s !
Cet article en anglais prΓ©sente une technique CSS pour Γ©tendre la zone cliquable dβun Γ©lΓ©ment principal, tout en gardant une structure sΓ©mantique valide en liste :
a42.fr/semantic-bre...
#a11y #accessibilitΓ© #CSS
05.03.2026 08:42
π 2
π 1
π¬ 0
π 0
The accordions are in Joomla since 5.2
05.03.2026 08:28
π 1
π 1
π¬ 0
π 0
Joomla! 6.1 Beta 2 announcement highlighting the start of bug fixing phase with a dark blue background.
Joomla! 6.1 Beta 2 β Bug squashing time
The Joomla Project is pleased to announce the availability of Joomla 6.1 Beta 2 for testing.
Read more: https://ow.ly/g7Yf50YoL11
#Joomla #CMS #OpenSource #Release
03.03.2026 18:11
π 4
π 2
π¬ 0
π 0
ZSH Functions - Customizing Your Shell for Docker Management | Christophe Avonture
A collection of ZSH functions to enhance your terminal experience, including interactive Docker container management with fzf. Start new sessions, stop containers, and more with ease.
#Docker: #ZSH + #fzf = efficiency. Beyond Bash, ZSH offers deep customization. Use fzf to filter lists and trigger actions instantly. My new article explains how to use it with Docker: select containers to open shells, view logs, or delete images via shortcuts like dex or dnuke.
02.03.2026 05:49
π 1
π 2
π¬ 0
π 0
Releases Β· brianteeman/tinymce-firefoxfix
Contribute to brianteeman/tinymce-firefoxfix development by creating an account on GitHub.
π¨ Firefox Flashing Issue in Joomla?
Using Joomla 5.4.3 or 6.0.3 and seeing TinyMCE flash while editing in Firefox? π¦β¨
Good news! A safe hotfix is available (same files as the upcoming release) β
π Download now:
github.com/brianteeman/...
#Joomla #FirefoxBug #TinyMCE #WebDev π
01.03.2026 08:32
π 1
π 1
π¬ 0
π 0
A code snippet outlines the syntax for the CSS property "print-color-adjust," including various global value options.
Keep your designs looking perfect in print π¨οΈ
The print-color-adjust property controls whether browsers can optimize colors when printing. Set it to 'exact' to preserve your exact color scheme and prevent unwanted adjustments.
Learn more π
developer.mozilla.org/en-US/docs/...
27.02.2026 04:00
π 23
π 1
π¬ 0
π 1
Abandon bootstrap. Embrace hardcoded css.
27.02.2026 08:23
π 1
π 1
π¬ 1
π 0
How was your Monday?
So! What better way to start the week than with a new issue of Joomla community magazine!
The February issue is waiting for you with lots of amazing articles!
Joomla community magazine website: https://ow.ly/k8az50YknFT
#Joomla #JoomlaMagazine #JoomlaCommunity
23.02.2026 20:15
π 3
π 2
π¬ 0
π 0
How to use the "auto" value with clamp()
A CSS trick to use clamp() with sizing values like auto, min-content, max-content, etc
Temani Afif shares the topic of using calc-size() to allow auto, min-content, and max-content in clamp() (Chrome-only).
css-tip.com/clamp-auto/
23.02.2026 07:09
π 0
π 1
π¬ 0
π 0
Frontend News #20: CSS Grid Lanes, ::search-text Pseudo-Element, HTML Geolocation Element
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
Frontend News #20
π§± CSS Grid Lanes,
π ::search-text Pseudo-Element
πHTML Geolocation Element
β€οΈ Single character performance issues
Featuring @jensimmons.bsky.social, @dxnny.fun, @allenpike.com, @matuzo.at, @tolin.ski. π
cssw.io/frontend-new...
20.02.2026 22:49
π 14
π 5
π¬ 2
π 1
My favourite 3 lines of CSS
Front-end education for the real world. Since 2018.
I'm waltzing through yet another page composition and it is a waltz, because of my favourite 3 lines of CSS piccalil.li/blog/my-favo...
19.02.2026 11:12
π 32
π 1
π¬ 3
π 1
mod()
The mod() CSS function returns a modulus left over when the first parameter is divided by the second parameter, similar to the JavaScript remainder operator (%). The modulus is the value lefβ¦
π¦ Random MDN: mod() π¦
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/mod
The mod() CSS function returns a modulus left over when the first parameter is divided by the second parameter, similar to the JavaScript remainder operator (%). The modulus is the value lefβ¦
#webdev #CSS
20.02.2026 08:48
π 1
π 1
π¬ 0
π 0
CSS Custom Highlight API - Web APIs | MDN
The CSS Custom Highlight API provides a mechanism for styling arbitrary text ranges on a document by using JavaScript to create the ranges, and CSS to style them.
Meet the CSS Custom Highlight API β¨
Style arbitrary text ranges without modifying the DOM.
π Great for search results
π» Syntax highlighting
π Text annotations
Learn how it works π
developer.mozilla.org/en-US/docs/...
18.02.2026 09:00
π 18
π 3
π¬ 0
π 0
Joomla! 6.1 Beta 1 release notification with a call to check out finalized features before launch.
Joomla! 6.1 Beta 1 - Feature freeze, see what made it!
The Joomla Project is pleased to announce the availability of Joomla 6.1 Beta 1 for testing.
Read more: https://ow.ly/1Nws50Yh4sA
#Joomla #CMS #OpenSource #Release
17.02.2026 17:15
π 4
π 1
π¬ 0
π 0