Layout Options

  • Fixed Header
    Makes the header top fixed, always visible!
  • Fixed Sidebar
    Makes the sidebar left fixed, always visible!
Pseudo Land

Description

The :lang pseudo-class styles elements with a specific language attribute.

Examples

This example shows the lang class used to style elements with language equal to "fr".

:lang(fr) {
  color:red;
}

Browser Support

Chrome Firefox IE Safari Opera

Miscellaneous Information

Defined In: CSS2