Hacker News new | ask | show | jobs
by barkingcat 5431 days ago
Of course grids are relevant to you as a web dev - they are basic graphic design principles. Whether you should use any of the grid "frameworks", is another matter all together.

Once you learn how grids work (ie in the layout of graphics and text elements) - you can make your own grids and not bother with the frameworks or template code, etc.

1 comments

I meant to say "grid frameworks".

Of course grids are highly relevant to design. My problem is with the grid frameworks that are bulky with preset classes that expect me to use in my html.

I don't think it's relevant in my html whether a div is 2 columns or 8, that's presentational. Why can't someone make a framework that has clean standard html and a css file with lots of boilerplate grid code that I can use to apply to certain divs in my html?

When I want to make a change to the appearance of my page then I go into the CSS file, not mess around applying classes to my div's in my HTML file. That was kind of the point of CSS in the first place.