Implement card flip.
Using Matt's css for flipping cards, I changed some class names to the following. The card-body div is required to handle the flipping. The new elements needed were added to Ki's onSearch function that creates the cards. David's css for the cards.
nth-child css is used to create the four background gradients for the card fronts and the four border colors for the card backs borders.
Still needed:
Solve the problem of the back cards growing too large (Using a min-height doesn't work for having front and back cards in the same space.)
https://github.com/chingu-voyages/v48-tier1-team-05/assets/51532684/14d82e11-debf-4f12-8f76-39239c136d76
Still needed: Solve the problem of the back cards growing too large (Using a min-height doesn't work for having front and back cards in the same space.)