Nic727 0 Posted May 12, 2019 Report Share Posted May 12, 2019 Hi, I have this design currently. If I add a link to each of my cards, I get this blank page. Do you know why <a> is affecting the child element? I though <a> didn't have styles. Thank you Quote Link to post Share on other sites
dsonesuk 913 Posted May 12, 2019 Report Share Posted May 12, 2019 Depends if you have broken the parent and direct child relationship selector for styling of card by adding a anchor element between them. For example parent > childElementOrClassname { /* styling here */ } Quote Link to post Share on other sites
Nic727 0 Posted May 14, 2019 Author Report Share Posted May 14, 2019 Nevermind, I just replaced the div with an <a> tag instead. I tried to add a <a> as a parent of the <div>, but it was broken. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.