Comments in CSS are added with the /* */ syntax.
/* This is an example of a CSS comment */
body {
background-color: #e6e6e6;
}
Comments in CSS are added with the /* */ syntax.
/* This is an example of a CSS comment */
body {
background-color: #e6e6e6;
}