I have a div with different colors for both the border-bottom and border-right properties.
So they are separated via a line leaving the box in a 45 degree angle.
How can I make the bottom-border shorter so that the right border goes all the way to the bottom of the element which would yield a 90 degree angle separator-line?
Sad fact: Border corners are mitered. Always. (It’s only visible if using different colors.)
In order to simulate a butt joint, you can stack two divs to get a simulated result:
Stack more or control the top and bottom differently for better control over the appearance of the joint.