CSS comment /* ... */ property
Usage
Used to insert a code into CSS code. Anything written between the start and end tags will be ignored by the browser.
Example
Code:
/* A single line comment */
/* A comment can also be
spread over multiple lines,
you just need to make sure
you include the start and
end comment tags */