I was disheartened at first to see more triangles, after the issues I had with getting a pixel-perfect solution for day 16's YouTube icon! Initially I used border properties to create two overlapping triangles. But then I decided it was time to research this issue. I ended up learning about the clip-path
property! You can create a custom shape by defining (x,y) coordinates within a container. I managed to get 100% this time, and my minified CSS was less than 300 characters.
