Created
July 25, 2025 08:50
-
-
Save Lego2012/93dc954ec384e3b128b6d8e16b83863d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* https://www.youtube.com/watch?v=hy8W7cBdcaE */ | |
| /* Apply this code to the parent element of a card design and ensure you have at least one link applied - typically the heading */ | |
| %root% { | |
| position: relative; | |
| } | |
| %root% h3 a::before { | |
| content: ''; | |
| inset: 0; | |
| position: absolute; | |
| z-index: 1; | |
| } | |
| %root%:focus-within { | |
| outline: 1px; | |
| } | |
| %root%:focus-within :focus { | |
| box-shadow: none; | |
| outline: none; | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment