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