I have a creative idea for an HTML table - I want to be able to cross out cells in a way that looks like the following drawing:
At first, I thought about creating a CSS right triangle within the cell. But I got stuck when trying to only color the hypotenuse and not the other two sides or the entire triangle.
In simpler terms, is what I am envisioning actually achievable?
Would it be more practical to create an image with a diagonal line and then stretch it to 100% of the cell's width and height?
Thank you.