0 votes
in Bootstrap by

Show a basic grid structure in Bootstrap.

1 Answer

0 votes
by
Following is basic structure of Bootstrap grid −

<div class = "container">

   <div class = "row">

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

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

   </div>

   

   <div class = "row">...</div>

</div>

<div class = "container">....

Related questions

0 votes
asked Feb 14, 2020 in Bootstrap by SakshiSharma
+1 vote
asked Jan 23, 2020 in Bootstrap by rahuljain1
...