+ 4
Please how can you make use of bootstrap to make a responsive website ?
Is bootstrap a language or an application please I need help.
2 Answers
+ 13
Neither a language nor an application, it's a framework and yeah, it is responsive.
All you have to do is learn how to use Bootstrap's classes, then, every class will be automatically responsive because of CSS/JS rules in the Bootstrap's file. :)
Post Scriptum: Don't use Bootstrap if you have no experience about CSS, Javascript and jQuery library (used and needed for the Bootstrap framework)
+ 2
thanks man