No-nonsense vertical centering
Larry Davis
.navbar { margin: 1rem; } .navbar a { padding: 0 1rem; background: gray; color: black; text-decoration: none; text-shadow: none; } .navbar a:not(:last-child) { border-right: 0.0625rem solid rgb(0,0,0); }...