Posts

Showing posts with the label bootstrap 3.0 basics

How we use bootstrap css, simple basics of bootstrap css,

Hello Guys, Today we understandd the basics of bootstrap css. For download the bootstarp css refer this link. http://getbootstrap.com/. Bootstrap is responsive css framework for develop responsive websites and mobile first projects on web. In bootstrap responsive framework their is four major classes which is added on any div or section for control its width in responsive screen. For eaxmple col-lg-12 up to col-lg-1 is classes used for control width on large screen monitor. same as col-md-12 upto col-md-1 is classes used for control width in medium screen monitor same as col-sm-12 upto col-sm-1 is classes used for control width in laptop screen and last one is col-xs-12 upto col-xs-1 is used for control width in mobile screen. working area of these classes is differ from each other. maintained by container width. Question: How we use bootstrap 3.0 in our project. Answer: first download bootstrap 3.0 by clicking above link. Now create a simple html file on any html editor...