This course will become read-only in the near future. Tell us at community.p2pu.org if that is a problem.

CSS Anatomy [Aug. 18, 2011, 3:01 p.m.]


CSS DECLERATION ANATOMY:

element { property : value; }
 (h2,p,body,etc.)                         (font-size, color, etc.)            ( ex.font-size: 100%; )

the element can also               the property is basically      the value states what
be an ID or class                     traits we would like to          this trait will be given
name as a selector.                 change or alter for our         or in other words it's
ex.) #intro, .intro                      element.                               personality.