css 1 line comment code example
Example 1: comment out css inline
/* this is some commented out css
.my-field{
font-size:10px;
border:1px solid red;
}
*/
Example 2: CSS comemnts
/* a css comment */
Example 3: comments in css
/* This text is commented in CSS :) */