Twitter bootstrap – how to give space for every row (CSS issue)
Below my output there is no space for every Row, how to give space for every row using Bootstrap CSS? please check the code <div class="form-group" > <div class="col-sm-2"> <input type="email" class="form-control" id="inputEmail3" placeholder="Email"> </div> </div> Thanks in Advance <link…