CSS Grid

If you’re starting a website design I want you to take a look at cssgrid.net. It is not only a good css framework for a start but it is also a perfect sample for an idea to treat your websites readable across all devices and platforms.

It shows you how to:

  • make use of a grid on page – so you can easily match content margins in multiple rows
  • make the website accessible for phones, tablets and other different resolution devices
  • allows to upload hi-res images to look great on hi resolution apple retina or google nexus 10 display
  • it also claims to work on all browsers

You could also use it over a CDN like cdnjs to increase your page load speed!

Enjoy!