Skip to content

Instantly share code, notes, and snippets.

@tyv
Forked from smmurf/dabblet.css
Created May 11, 2012 13:55
Show Gist options
  • Save tyv/2659817 to your computer and use it in GitHub Desktop.
Save tyv/2659817 to your computer and use it in GitHub Desktop.
Untitled
.pseudo
{
color: #00e;
text-decoration: none;
background: linear-gradient(left, #00e, #00e 50%, transparent 50%) 0 90% repeat-x;
background-size: 2px 1px;
}
.pseudo:hover
{
color: red;
background: linear-gradient(left, red, red 50%, transparent 50%) 0 90% repeat-x;
}
<p><a href="/">обычная ссылка</a> просто текст <a class="pseudo" href="/">ссылка</a> еще текст</p>
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment