Write Comments in CSS

How to Write Comments in CSS- A CSS comment is used to add explanatory notes to the code or to prevent the browser from interpreting specific parts of the style sheet. By design, comments have no effect on the layout of a document.

/* Single comment */
line-height: 2;
/* Multi line comment */
font-style: italic;