CSS Best Practices
- Format consistently (e.g. use the default in your text editor)
- Comment
/* || General Styles */
- Have logical sections in your CSS (e.g. General Styles, Header, Footer, content specific, etc.)
- Use semantic names
/* || General Styles */