The CSS universal selector applies to all elements in the document. It is represented by an asterisk (*).
Use the universal selector to define the font family for everything on the site:
* {
font-family : Verdana, Helvetica, sans-serif ;
}
By Jennifer Kyrnin, About.com
The CSS universal selector applies to all elements in the document. It is represented by an asterisk (*).
Use the universal selector to define the font family for everything on the site:
* {
font-family : Verdana, Helvetica, sans-serif ;
}
Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >
Easy ways to connect two computers for networking purposes. More >
©2009 About.com, a part of The New York Times Company.
All rights reserved.