Brad Rubenstein “:verified:” on Nostr: npub198t8k…5hasj Well, not exactly, but perhaps something like this could be useful ...
npub198t8kgwqas59rvmnghzcdn6krzhxhpkyt2mt53e4g9sdnj74sszss5hasj (npub198t…hasj)
Well, not exactly, but perhaps something like this could be useful (or insane).
a {
background-color: #8a8;
}
a:after {
content: attr(href);
display: inline-block;
position: relative;
top: 4px;
left: 4px;
margin: 0 2px;
text-indent: -6.3ex;
background-color: #888;
max-width: 1.5in;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
...
<a href="https://www.example.com/this-is-some-text">This is a link.</a>
Well, not exactly, but perhaps something like this could be useful (or insane).
a {
background-color: #8a8;
}
a:after {
content: attr(href);
display: inline-block;
position: relative;
top: 4px;
left: 4px;
margin: 0 2px;
text-indent: -6.3ex;
background-color: #888;
max-width: 1.5in;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
...
<a href="https://www.example.com/this-is-some-text">This is a link.</a>