html css comments section code example
Example 1: comments in css
/*comment here*/
Example 2: comment css
// Do some stuff {}
.foo { animation: bar 1s infinite; }
/* Success! */
/*comment here*/
// Do some stuff {}
.foo { animation: bar 1s infinite; }
/* Success! */