For a given div I would like to only display a border on the left, right, top, or bottom side.
div
Currently I have the following, which puts a border on all s
Try like this
#testdiv{ border-left:1px solid;
}