Tag: CSS pseudo-classes

  • :only-of-type

    :only-of-type – pseudo-class | Selectors Level 3 The :only-of-type matches element that is only child of its parent element of given type.

    Read more

    Posted in CSS

  • :only-child

    :only-child – pseudo-class The :only-child pseudo-class selects element that is the only child of its parent.

    Read more

    Posted in CSS