Organizing Similar Rules
If your CSS file is long, organize similar rules together and use comments before each section. This may help you keep track of things for future redesigns/updates.
Here is how to make a CSS comment
/* This is a comment. */
It affects anything enclosed, even across multiple lines.