CSS Tip #2: Structural Naming Convention in CSS
Structural naming convention – in essence – just means that you name (by assigning a class and/or id attribute to them) elements by describing what they are, and not where they are or how the look. Its counterpart is called presentational naming which describes the location and/or appearance of web page elements.
CSS Tip #1: Resetting Your Styles with CSS Reset
This is the first part of a series of articles that will discuss a particular CSS best practice or tip. I’ll be covering a mixture of topics that deals with CSS best practices, performance optimization, and tips and tricks to improve your workflow.
Today we’ll be covering the topic of resetting your styles.




