CSS3 overload-overload-comparing each of them?

I'm new to CSS3 and Im currently overloaded with a lot of options when it comes to frameworks.

Can someone point me to an objective comparison of each, and when does it make sense to use one over the other?

Several scenarios:

  • when creating a single-page micro-network with a centralized location
  • the same as above, but you need a โ€œresponsiveโ€ design that changes in the viewport, screen size

Here are just a few of them that I am considering:

  • getskeleton
  • framelessgrid.com
  • 52framework.com
  • 960.gs
  • blueprintcss.org
+4
source share
2 answers

Sorry to make you a little harder for you, but here are 2 more that DesignShack reviewed. Bootstrap, from Twitter and HTML Kickstart.

(Bootstrap is currently not responding, but ver 2.0 will and should be released on the 31st.)

+1
source

If all you need is a separate page with a centralized layout that is responsive, I would highly recommend Getskeleton. I had some experience using this structure for my projects, and it is really lightweight and easy to implement, it seems like a good fit for your project.

If you are not too worried about the site reacting, I would say use 960.gs. It is widely used, that is, you can get a lot of support if you have problems.

+1
source

Source: https://habr.com/ru/post/1385195/


All Articles