Nested Link
‹ BackUse nested links when you have a block-level link that has a fake link inside it to act as a hover state.
<a href="#" class="nested-link"> <p>This text is part of the link, but coloured like regular text.</p> <p class="nested-link--target">This is text in the link that acts as the hover state / fake link.</p> </a>