Layout Options

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

Description

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

Examples

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

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

Browser Support

Chrome Firefox IE Safari Opera

Miscellaneous Information

Inherited: Yes
Defined In: CSS1