How to XOR shapes with CSS only?
In the example below, the two XORed bars do not completely cancel out when perfectly aligned. You can see their outline. How to make the outline disappear, which is what a correct XOR should do? .container { display: flex; flex-direction:…