Bootstrap Tutorial For Beginners 3 – Row and Column in Grid System



https://i.ytimg.com/vi/YfmKSegokuA/hqdefault.jpg



Searches related to bootstrap row column
bootstrap row column padding
bootstrap row column same height
bootstrap row column container
bootstrap 3 row
bootstrap row fluid
bootstrap row margin
bootstrap row center
bootstrap row inside row

Original source


20 responses to “Bootstrap Tutorial For Beginners 3 – Row and Column in Grid System”

  1. Hello nice videos! I would like to ask that how I could center about 4 columns wide div what contains some text and inputs. I have wrapped it around container but it stays on the left side of the container also text-align: center will only center the texts on top of the inputs but I cannot center the input boxes

  2. <div class="container">
    <div class="row">
    <div class="col-md-6">
    <p>asdfasdfasldfkjasldfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfsadfasdfasdfasdfasdfasdfasdfsadfasdfasdfsadfasdfjals</p>
    </div>
    </div>
    </div>
    does not work for me.

Leave a Reply