vertical line bootstrap

Solutions on MaxInterview for vertical line bootstrap by the best coders in the world

showing results for - "vertical line bootstrap"
Emilia
07 May 2018
1    <link href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" rel="stylesheet"/>
2
3    <div class="row">
4      <div class="offset-6 border-left pl-4">First</div>
5      <div class="offset-6 border-left pl-4">Second</div>
6    </div>
Lucia
17 May 2017
1<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" rel="stylesheet"/>
2
3    <div class="row">
4      <div class="offset-6 border-left pl-4">First</div>
5      <div class="offset-6 border-left pl-4">Second</div>
6    </div>