Back to home prev next
CSS code

I solved this challenge in less than five minutes, I think! I see it as three adjacent rectangles, with the middle one rotated 180 degrees. I applied a white border to all, then eliminated sections of the border lower down in the code. I took off the border-bottom on all three. Then I removed the right and left border on the center element, so the line wouldn't look twice as thick.

Check out my code