Luka /sonomu.club/ on Nostr: #css wizards help. there are two a tags next to each other with same css class but ...
#css wizards help.
there are two a tags next to each other with same css class but they point to different refs:
<a class="button-secondary" href="/search"></a>
and
<a class="button-secondary" href="/publish"></a>
how can i style just the second link that points to different href?
#webdev
there are two a tags next to each other with same css class but they point to different refs:
<a class="button-secondary" href="/search"></a>
and
<a class="button-secondary" href="/publish"></a>
how can i style just the second link that points to different href?
#webdev