Is there anything like an hr tag, but in a vertical sense?
I don't want to use a table but basically I have two tabs and I want a line between the headers of the tabs.
Here's a quick jsfiddle of it.
Edit: New version of jsfiddle using border-right
Edit: Close enough! But if I put padding-top = 10 in friendsH and familyH instead of header, it works perfectly for some reason but then the things aren't centered vertically so I think i prefer it this way
This seems like a hack way to do it, but if it's the only way then i guess this is just the same question.