how to put something as a comment in cs code example
Example 1: comments in css
/*comment here*/
Example 2: Add a comment in css
/* Use the "/*" at the start and swap them at the end of your comment! Put your string into the argument.*/
/*comment here*/
/* Use the "/*" at the start and swap them at the end of your comment! Put your string into the argument.*/