My layout consists of 3 columns in a row, each with the class col-xs-4, covering the entire row. I am trying to add a border
to each column without them overlapping.
Currently, I have applied the border
but there is no spacing between the columns. I want to create some distance between the borders so that they appear separated.
Offsetting is not an option as it causes the columns to stack vertically. Is there a way to achieve this?