This is the CSS for the left columns:
.leftBoxContainer, .rightBoxContainer {
margin: 0em;
border: 1px solid #9ad4e8;
border-bottom: 5px solid #dabcda;
margin-top: 1.5em;
}
This piece of CSS adds a purple border on the bottom of my columns. Is there a way to change this border into an image/background image? I want the corners of my columns to have a 'curved' look, thus the change.



