|
|
|
|
|
by extra88
638 days ago
|
|
Yep, basically the "block links" technique used to make clickable cards. A downside is it prevents selecting any text covered by the pseudo-element; the JavaScript technique can have the same problem. > top: 0; bottom: 0;
> left: 0; right: 0; You can replace this with inset: 0; |
|
I don't see any issues selecting the text?