I'm trying to figure out how to make the entire dark blue background area of my design clickable, specifically around a class I'm using. No matter how I wrap my tags in my code, it just doesn't seem to work. Here's the code snippet I'm working with:
I also have an image reference here: https://i.imgur.com/4Ia520z.png. Any suggestions on how to fix this?
2 Answers
I haven't worked much with the `` tag, but you might want to try wrapping the `` tag inside an `` tag directly. It might look like this:
To make the entire card clickable, you should wrap everything inside the `
Thanks for the tip! I'll try wrapping the image like that.