I’m using Drupal (please note that this is not a Drupal related question), and I can get many responsive, adaptive themes from their repositories. Many of them use HTML5 and/or CSS3. I can imagine that the same happens in WordPress, and other products.
I would like to know why I should try to learn how to use Bootstrap. I mean, why is it better? (Is it better?) Is it because it uses LESS?
I’ve read what’s in their site, and it seems that they put a lot of interesing stuff all in one place, but I fail to see why this seems to get that much attention.
As I’m looking to change my site’s design, I thought of adapting Bootstrap into my Drupal site, but I want to be sure that’s the right thing to do in terms of SEO, loading time of the site, mobile web, etc.
Thanks for your insight!!
Its just another CSS Grid solution… it does however contain allot of styles for commonly used components such as buttons.
What makes it so popular is that it looks good, and is excellent for prototyping or applying a good look on tight scheduled projects where you don’t care about looking unique.
I use the bootstrap mainly to create small management dashboards on low scale applications.