Layout Options

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

Description

The :before pseudo-element inserts content before an element.

Examples

This example shows how to play a sound before each occurrence of an h1 element.

h1:before {
  content:url(alert.wav);
}

Browser Support

Chrome Firefox IE Safari Opera

Miscellaneous Information

Inherited: Yes
Defined In: CSS1