Saturday, June 2, 2018

difference between container and container-fluid in bootstrap

 The main difference between container and container-fluid as below.

.container has one fixed width for each screen size in bootstrap(xs,sm,md,lg);

.container-fluid expands to fill the available width

No comments:

Post a Comment

Featured Post

What is JavaScript? What is the role of JavaScript engine?

  The JavaScript is a Programming language that is used for converting static web pages to interactive and dynamic web pages. A JavaScript e...