A Review of CSS

Box model The box model describes how CSS works to display images and information. Every element in your web page responds to these basic directives, however their implementation is not always accurate. width: how wide your element is height: how tall your element is margin: space between two elements. Measured a little uniquely, as the…

960 Grid System

The 960 Grid System is a CSS Framework. A Framework is a system used to solve common problems. A common problem in developing websites is getting elements to align vertically, and consistent layouts between all major browsers. A grid system is typically used in a print layout format to ensure that elements vertically align on…