Comment by greyface-
2 days ago
The CSS :target pseudo-class is useful in situations like this. HN could do something like:
p:target { border: 1px dashed; }
2 days ago
The CSS :target pseudo-class is useful in situations like this. HN could do something like:
p:target { border: 1px dashed; }
No comments yet
Contribute on Hacker News ↗