Login
Remember
Register
Ask a Question
Show a basic grid structure in Bootstrap.
0
votes
asked
May 26, 2020
in
Bootstrap
by
SakshiSharma
Show a basic grid structure in Bootstrap.
#bootstrap-grid-structure
#grid-structure-bootstrap
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 27, 2020
by
sharadyadav1986
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">....
...