cachaito
4/4/2014 - 8:02 AM

Css color notation tip

Use 3 character hexadecimal notation where possible.

/* Not recommended */
color: #eebbcc;

/* Recommended */
color: #ebc;