I am having trouble to put in horizontal and vertical lines on my website. Not sure what\'s wrong with this.
I tried using borders but I am not sure if I am doing it rig
CSS
.vr { border-right: 1px solid #ccc !important; }
HTML
Column 1 Column 2
Column 1
Column 2
Now, we can use class vr wherever we need to have a vertical-divider kind of appearance.
vr
Hope it helps!