I’m using bootstrap to drawing a well. In this well, I create two span6 and would like to draw a vertical divider between these two column. How can I achieve my goal?
I’m using bootstrap to drawing a well. In this well, I create two span6
Share
Draw the left border on all, but first column:
Alternatively, CSS columns can be used (prefixes required):
If you have never use it before, you should check my tutorial on CSS columns.