1๐
โ
You could apply a border-left
style to the .rows
container:
.rows {
border-left: solid 1px red;
}
Source:stackexchange.com