Use Responsive Design with Bootstrap -Query

when we add this link to my HTML page, what and all it includes?? can someone give any example ?

what this class container-fluid does??

Containers are the most basic layout element in Bootstrap and are required when using our default grid system. Choose from a responsive, fixed-width container (meaning its max-width changes at each breakpoint) or fluid-width (meaning it’s 100% wide all the time).

Codepen showing the difference between container and container-fluid

1 Like

Thank you …

what is the difference between inline element and block element?? Is it Width difference??