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
#testdiv { border-left: 1px solid; }
See the MDN documentation on border.