Browse: css
-
Grid design basics: Grids for Web page layouts
Since tables were co-opted for layout purposes, columns have become key to many Web design layouts, and this thinking continued when CSS took over from tables (at least in the minds of savvy designers) for Web-page presentation. However, other fields of layout design don’t think in arbitrary columns, they work with grids, and these form the basis for the structure of page designs. This article will provide the lowdown on grid design for Web pages.
-
Create a Grid-Based CSS Design with Blueprint
CSS grid systems have been creating a bit of a stir recently, so in this tutorial I'll show you how simple and easy it is to utilise the Blueprint grid system when coding up your web pages.