I need to get an hr element in between 2 buttons so that it is vertically centered in between them.
This is my codepen, I've been struggling to find a decent solution. Could anybody please take a quick look?
Right now they are below and above.
http://codepen.io/anon/pen/gpvwvv
<button class="left">Test</button>
<hr />
<button class="right">Test</button>