Just like you can use comments in Python or HTML, CSS has a commenting feature you can use to help yourself as you style, or to help other programmers you might be working with.
CSS comments begin with /* and end with */.
/* This is a CSS comment. Anyone examine the code will see it, but otherwise it does not affect the display of the page. */