Edrol97
Silver Coder
Hi all, wondering how to create lines between columns of text. I currently have this, but want the lines between the text as well. Do I need to specify new coordinates to shift additional lines over.
This is my current code for the lines in question. I also have tried adding styling of divs to create the lines, but wonder if there's a better way than having loads of divs.

This is my current code for the lines in question. I also have tried adding styling of divs to create the lines, but wonder if there's a better way than having loads of divs.
CSS:
.content-box{
border-left: 8px solid black;
border-right: 8px solid black;
}
