A
A
Alexey Korolev2018-04-13 00:42:46
css
Alexey Korolev, 2018-04-13 00:42:46

How to make vertical stripe between blocks in bootstrap 4 grid?

I want to make a decorative vertical line between the content and the sidebar. Please tell me how to implement this

<div class="container">         
         <div class="row">
            <div class="col"> контент </div>
         <div class="col-lg-3 ml-lg-3"> правый sidebar  </div>
         </div>      
      </div>

Answer the question

In order to leave comments, you need to log in

2 answer(s)
T
Thomas Anderson, 2018-04-13
@AleksMey

https://codepen.io/znalexandr/pen/aYzxKP

S
Senseich, 2018-04-13
@Senseich

it is possible to prescribe the right border for the content block or the left border for the sidebar.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question