View Single Post
Old 03-15-2012, 03:22 PM   #6
wqoq
Junior Member
wqoq began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Apr 2010
Location: Regina, SK
Device: iPad, iPhone 4S, Kobo Touch
3 digit Hex values are also viable. It's a short-hand for double digits. Saves 3 bytes!

em { color: #69b } /* #rgb */
em { color: #6699bb } /* #rrggbb */

See:
http://www.w3.org/TR/CSS2/syndata.html#color-units
http://www.w3.org/TR/css3-color/#numerical
wqoq is offline   Reply With Quote