CSS3/Selectors/universal selector: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

30 June 2011

29 June 2011

  • curprev 14:4014:40, 29 June 2011Hiroki talk contribs 460 bytes +460 Created page with "= Universal selector = A Universal selector represents the all elements. == Syntax == <pre> *{ properties } </pre> == Example == [style.css] *{ color: #f00; font-size…"