A look into responsive frameworks
Building a responsive website can be very tedious work. There are many measurements to be considered while building a responsive website, one of which would be creating the responsive grid.
The grid helps us build websites with proper alignment. If you have ever used 960.gs (http://960.gs/), which is one of the popular CSS frameworks, you would have experienced how easy it is to organize the web page layout by adding preset classes, such as grid_1
or push_1
, in the elements.
However, the 960.gs grid is set in a fixed unit, namely, pixel (px
), which is not applicable when it comes to building a responsive website. We need a framework with the grid set in percentage (%
) unit to build responsive websites; we need a ...
Get HTML5 and CSS3: Building Responsive Websites now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.