並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 2 件 / 2件

新着順 人気順

CSS pseudo-classの検索結果1 - 2 件 / 2件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

CSS pseudo-classに関するエントリは2件あります。 techfeedcssarticle などが関連タグです。 人気エントリには 『New CSS functional pseudo-class selectors :is() and :where()』などがあります。
  • New CSS functional pseudo-class selectors :is() and :where()

    When writing CSS, you can sometimes end up with long selector lists to target multiple elements with the same style rules. For example, if you want to color adjust any <b> tags found inside a heading element, you could write: h1 > b, h2 > b, h3 > b, h4 > b, h5 > b, h6 > b { color: hotpink; } Instead, you could use :is() and improve legibility while avoiding a long selector: :is(h1,h2,h3,h4,h5,h6)

      New CSS functional pseudo-class selectors :is() and :where()
    • A Guide To Newly Supported, Modern CSS Pseudo-Class Selectors — Smashing Magazine

      The CSS Working Group Editor’s Draft for Selectors Level 4 includes several pseudo-class selectors that already have proposal candidates in most modern browsers. This guide will cover ones that currently have the best support along with examples to demonstrate how you can start using them today! Pseudo-class selectors are the ones that begin with the colon character “:” and match based on a state

        A Guide To Newly Supported, Modern CSS Pseudo-Class Selectors — Smashing Magazine
      1

      新着記事