1.

What is the underlying grid structure used in Bootstrap?

Answer»

The basic GRID structure USED in Bootstrap is:-

EXAMPLE

<div class="container"&GT;

<div class="row">

<div class="COL-*-*"></div>

<div class="col-*-*"></div>

</div>

</div>



Discussion

No Comment Found