comment 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

/* This is how you comment in CSS */

Example 3: comment in css

/* There is just single way to comment in css and its just 
like this:
/* your comment content*/

Example 4: comment in css

/* There is just single way to comment in css and its just 
like this:
/* your comment content*/

Example 5: comment in css

/* There is just single way to comment in css and its just 
like this:
/* your comment content*/

Example 6: comment in css

/* There is just single way to comment in css and its just 
like this:
/* your comment content*/

Tags:

Css Example