selector {
properties : value ;
}
selector could be the html element (p), id (#id_name) , class (.class_name) or universal selector (*).
properties are like color, width or height.
value are like 24px, red, #FF0000
properties : value ;
}
selector could be the html element (p), id (#id_name) , class (.class_name) or universal selector (*).
properties are like color, width or height.
value are like 24px, red, #FF0000
Comments
Post a Comment