Container Class

BootStrap Containers

On our pages we usually prefer to use a parent layer that encloses other elements. Two classes are defined in BootStrap for this job.

When the .container class is used, some space remains on the sides.

The .container-fluid class allows that element to completely cover the place where it is located.

We can create our main layer using whatever we need. We can also use more than one on a page. In other words, one container can be closed and another one can start, or a container can be opened in different parts of the page, inside other tags.

<div class="container">

..other objects will come here.

</div>

or

<div class="container-fluid">

..other objects will come here.

</div>

 

bootstrap, container sınıfı kullanımı, container kullanımı, ana katman, container container-fluid farkı, anakatman kullanma

EXERCISES

There are no examples related to this subject.



COMMENTS




Read 545 times.

Online Users: 1614



bootstrap-container-class