Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Learning Twitter Bootstrap recommendations [closed]

I would really like to learn how to use Twitter Bootstrap 3. The problem is that it seems I can't find a good source to learn it from. Any source I've tried so far assumed that you somehow have some knowledge and wasn't explaining what are the available classes for elements, what are the classes they have used are actually doing etc.

I simply want a source it can either be a book/videos or w/e that will start from scratch and if possible, will use HTML5, modernizr and respond.js to make it cross-browser supported and actually give me a start point (base folder just like H5BP) which I can then later on start building my own websites.

Thanks in advance!

like image 991
kfirba Avatar asked Jul 29 '14 21:07

kfirba


People also ask

Is Twitter, Bootstrap the same as Bootstrap?

There's no difference. Twitter Bootstrap was the official name for version 1.0 (Twitter Bootstrap). Later the name has been shortened.

How hard is it to learn Bootstrap?

At first glance, Bootstrap seems quite simple. And indeed, it is not difficult to start using Bootstrap. There is a very well written Bootstrap documentation with many HTML, CSS, and JavaScript code examples.

Why is Bootstrap not working?

These are the possible reasons: You have a wrong or incorrect link to the bootstrap file. browser caching and history is messing with your html. Other CSS files are overriding the bootstrap file.


1 Answers

The bootstrap docs are really helpful, probably the best resource.

http://getbootstrap.com/getting-started/ http://getbootstrap.com/components

like image 137
Jose Magana Avatar answered Oct 23 '22 06:10

Jose Magana