Answers for "how to do comment in css"

CSS
0

css comment

/* Wrap your CSS comments like this */

/* 
You can also do something like this
for multi-line comments...
*/

/*************************
** Or You Can Get Fancy **
**************************
 - Fancy point 1
 - Fancy point 2
*/
Posted by: Guest on July-13-2021

Code answers related to "how to do comment in css"

Browse Popular Code Answers by Language