Comments can be inserted into CSS and are ignored by browsers. A CSS comment starts with a "/*" and ends with "*/". Comments can span multiple lines.
/* This is a comment. */ Selector { Property:Value; }
/* This is a multi-line comment. */ Selector { Property:Value; }