comment single line in css 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: comment in css
/* There is just single way to comment in css and its just
like this:
/* your comment content*/