CSS Container Queries 1 min read Coding CSS Container Queries . July 31, 2024 In traditional responsive design, we rely on media queries to change styles based on the overall viewport...More
Snappy Scroll with CSS Scroll Snap 3 min read Coding Snappy Scroll with CSS Scroll Snap . July 31, 2024 CSS Scroll Snap was introduced to allow you to define snap points for scrollable elements. It ensures...More