Back to home prev next
CSS code

This challenge was another one where I could not manage to get a pixel-perfect solution. I created a column with a rounded top, and used the ::after pseudoelement to add another rounded top at an angle to the first. I tinkered with the angle that I had set the element to transform: rotate and tried repositioning in various ways, but perfection was not achievable today.

Check out my code