RSSAmplifier

Blog

Roland's Frontend Stories

Explore CSS, JavaScript, and frontend insights. Tips, techniques, and ideas for building accessible, modern web experiences.

rolandfranke.nlRSS feed ↗9 posts

Latest posts

Scroll Spy with Pure CSS using scroll-target-group

How the new CSS scroll-target-group and :target-current let you build a table of contents scroll spy without JavaScript.

Drawing Connections with CSS Anchor Positioning

A practical exploration of CSS Anchor Positioning and the anchor() function to visually connect related elements without extra markup.

Using the CSS light-dark() Function for Easy Theme Colors

A simple introduction to the CSS light-dark() function and how it makes light and dark mode styling much easier.

Exploring the new search element in HTML

Discover the new element in HTML, how it improves semantics and accessibility, and where to use it in your projects.

CSS Wrapped 2024

Discover how CSS evolved in 2024 with subgrid, anchor positioning, and more, streamlining layouts and boosting developer ergonomics.

CSS Unveils Its New Logo

Rebeccapurple becomes the official CSS logo color! Explore the new repo for formats and future variants, including CSS4, CSS5, and beyond. 💜

Mastering Layouts with CSS Grid

Explore my CSS grid system that's kept layouts flexible and responsive for years, with named columns and custom constraints for consistent design.

CSS display masonry

CSS Masonry should be part of display: grid to streamline layouts, avoid fragmentation, leverage Grid's features, and provide a consistent developer experience.

Scroll snap api suggestion

"Snapflyover" describes elements briefly entering but not stopping in the snap zone, providing visual or interactive feedback during scroll snapping.