It is a good practice to always include comments inside your cascading style sheets, for easy references later.
Just use the /* sequence to begin the comment followed by the comments you want to type in. And then end the comment with */.
e.g.:
/* comment here */
Note: comments can be multiline.
Just use the /* sequence to begin the comment followed by the comments you want to type in. And then end the comment with */.
e.g.:
/* comment here */
Note: comments can be multiline.