You can add border-right to the embed class, but that would display right borders to both left and right columns. If you want to add a border just to the left column only, you will need to add a second class to each divs. Something like class=”embed left” and class=”embed right” would work. You can style .left to have a border-right:1px solid #ccc for example.
↧