1/* this is some commented out css
2.my-field{
3 font-size:10px;
4 border:1px solid red;
5}
6*/
1/* This is a CSS comment! */
2/* Remember that you have to add the end bit on comments or all your
3code will turn to comments! Thease comments can go over several lines! */
1
2 /* This is a single-line comment */
3
4
5 /* this is a
6 multi-line
7 comment */
8
9