Tagged articles

gap

2 articles · Page 1 of 1
IoT Full-Stack Technology
IoT Full-Stack Technology
Jul 16, 2026 · Frontend Development

7 Lesser‑Known CSS Properties That Can Wow Your UI

This article showcases seven uncommon yet powerful CSS properties—position:sticky, :empty, gap, background-clip:text, user-select, :invalid, :focus-within, and mix-blend-mode:difference—explaining their use cases, providing code examples, and noting compatibility considerations for modern web development.

:empty selector:focus-within:invalid
0 likes · 8 min read
7 Lesser‑Known CSS Properties That Can Wow Your UI
KooFE Frontend Team
KooFE Frontend Team
Feb 20, 2022 · Frontend Development

Master Modern CSS Layouts: Using gap and aspect-ratio for Cleaner Code

This article explains how modern CSS features such as the gap property for Flexbox and Grid layouts and the aspect‑ratio property simplify responsive design, reduce code complexity, and enable more intuitive, RTL‑safe layouts, replacing older hacks and padding tricks with concise, maintainable code examples.

CSSGridaspect ratio
0 likes · 7 min read
Master Modern CSS Layouts: Using gap and aspect-ratio for Cleaner Code