I was working on the freeCodeCamp ‘Build a page of playing cards’ certification when my family came down with flu.
I came back to the project recently and noticed half my ducks were missing?
There were several text elements that were rotated to appear upside down.
The text was still visible and appeared upside down, but the emojis had vanished.
Thankfully I wasn’t the only one to have this problem 😀
Heres the side quest example I made to test the solutions.
I think keyframes sets the perspective along with other values automatically, so 'transform: rotate(180deg)' works inside of keyframes but not on its own in a class. 😁