Tagged articles
9 articles
Page 1 of 1
Java Captain
Java Captain
Apr 23, 2025 · Frontend Development

Commonly Confusing Tailwind CSS Atomic Classes and Their Usage

This article compiles and explains a set of Tailwind CSS utility classes that often cause confusion—covering dimensions, typography, spacing, truncation, background handling, shadows, transform origins, pseudo‑classes and pseudo‑elements—while providing code examples and plugin recommendations for efficient frontend development.

CSSTailwind CSSUtility Classes
0 likes · 7 min read
Commonly Confusing Tailwind CSS Atomic Classes and Their Usage
JavaScript
JavaScript
Dec 29, 2024 · Frontend Development

12 Must‑Know CSS Selectors to Write Cleaner, More Efficient Code

This article introduces twelve practical CSS selectors—including attribute, structural pseudo‑classes, combinators, and state selectors—showing how they simplify styling, reduce class clutter, and enhance maintainability for modern front‑end development.

CSSSelectorsStyling
0 likes · 5 min read
12 Must‑Know CSS Selectors to Write Cleaner, More Efficient Code
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Dec 8, 2024 · Frontend Development

A Comprehensive Guide to New CSS Features: @scope, @container, Pseudo‑Classes, Nesting, nth‑of, text‑wrap, and Native Popover

This article introduces and demonstrates several emerging CSS capabilities—including native style isolation with @scope, container queries via @container, advanced pseudo‑classes like :has, :where, :is, CSS nesting, the nth‑child of selector, text‑wrap balance/pretty, and the native popover element—providing code examples and usage tips for modern frontend development.

CSSPopoverWeb Development
0 likes · 12 min read
A Comprehensive Guide to New CSS Features: @scope, @container, Pseudo‑Classes, Nesting, nth‑of, text‑wrap, and Native Popover
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
May 27, 2024 · Frontend Development

Why Mastering CSS Selectors, Pseudo‑Classes, and Pseudo‑Elements Is Essential for Frontend Developers

This article highlights the critical role of mastering CSS fundamentals—especially selectors, pseudo‑classes, pseudo‑elements, attribute and combinator selectors—by examining common coding mistakes, offering alternative pure‑CSS solutions, and emphasizing understanding over memorization for robust frontend development.

CSSSelectorsWeb Design
0 likes · 14 min read
Why Mastering CSS Selectors, Pseudo‑Classes, and Pseudo‑Elements Is Essential for Frontend Developers
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 11, 2022 · Frontend Development

Understanding CSS Pseudo‑Classes and Pseudo‑Elements with Practical Examples

This article explains the differences between CSS pseudo‑classes and pseudo‑elements, lists their common selectors, and provides detailed usage examples—including content insertion, image addition, clearing floats, disabling search, and creating animated button effects—complete with code snippets and visual demonstrations.

CSSPseudo-elementsStyling
0 likes · 12 min read
Understanding CSS Pseudo‑Classes and Pseudo‑Elements with Practical Examples
Taobao Frontend Technology
Taobao Frontend Technology
Jun 23, 2021 · Frontend Development

Unlock the Latest CSS Features: Pseudo‑Classes, Color Functions, Masks & More

This article provides a comprehensive overview of modern CSS capabilities—including new pseudo‑class selectors like :is(), :where(), :not(), :has(), focus variants, advanced background positioning, masking, clipping, the expanded color module, and clever uses of custom properties—offering practical examples and demos for front‑end developers.

CSSCustom PropertiesMasking
0 likes · 31 min read
Unlock the Latest CSS Features: Pseudo‑Classes, Color Functions, Masks & More
Alibaba Terminal Technology
Alibaba Terminal Technology
Jun 1, 2021 · Frontend Development

Explore the Latest CSS Features and Powerful New Selectors

This article reviews the newest CSS capabilities—including modern pseudo‑classes like :is(), :where(), :not(), :has(), focus selectors, advanced color functions, background positioning tricks, masking, clipping, blend modes, and custom property hacks—showing practical examples and code snippets for front‑end developers.

CSSCustom PropertiesNew Features
0 likes · 33 min read
Explore the Latest CSS Features and Powerful New Selectors
政采云技术
政采云技术
Apr 20, 2021 · Frontend Development

Deep Dive into CSS Selectors: Types, Usage, and Priority

This article provides a comprehensive analysis of CSS selectors, covering their classification, detailed usage of various selector types, and the calculation of selector priority with practical examples.

CSSPseudo-elementsSelectors
0 likes · 14 min read
Deep Dive into CSS Selectors: Types, Usage, and Priority
AutoHome Frontend
AutoHome Frontend
Oct 25, 2018 · Frontend Development

Mastering Advanced CSS Selectors: From Combinators to Pseudo‑Classes

A comprehensive guide explores modern CSS selectors—including combinators, attribute selectors, UI pseudo‑classes, structural selectors, content selectors, and experimental selectors—showcasing practical examples, codepen demos, and browser compatibility tips for front‑end developers.

SelectorsWeb Developmentattribute-selectors
0 likes · 14 min read
Mastering Advanced CSS Selectors: From Combinators to Pseudo‑Classes