|
Sep 01
2011
|
|

As we know web pages essentially revolve around boxy shapes called rectangles. These rectangles come together in some way to form a well-formed design. Few years ago, when i started designing web, i learned to design a web in table based layout. But now table based layout has become old fashioned. Cascading Style Sheets (CSS) has been already introduced to improve the capabilities of web presentation.
By using CSS, designers could separate the design elements from the content of a web page and thereby make the pages more efficient, more consistent, more streamlined, and easier to maintain and update. Most of the professional designers are already into CSS design. And when creating design in CSS we have to divide the layout with vertical and/or horizontal guidelines to incorporate margins, spaces and columns in order to provide a framework for organizing content. To overcome that problem Grid was introduced. It helps to design solid visual and structural balance of web-sites or simply we can say grid is a tool to help the designs.






