Add a comment in css code example
Example 1: comment out css
/* this is some commented out css
.my-field{
font-size:10px;
border:1px solid red;
}
*/
Example 2: comments in css
/* This text is commented in CSS :) */
Example 3: 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.*/
Example 4: comment in css
/* There is just single way to comment in css and its just
like this:
/* your comment content*/