Created
May 8, 2012 15:14
-
-
Save smmurf/2636142 to your computer and use it in GitHub Desktop.
Пунктирное подчеркивание ссылки
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Пунктирное подчеркивание ссылки | |
*/ | |
a { | |
color: #00e; | |
text-decoration: none; | |
background: linear-gradient(left, #00e, #00e 50%, transparent 50%) 0 100% repeat-x; | |
background-size: 2px 1px; | |
} | |
a:hover { | |
color: red; | |
background: linear-gradient(left, red, red 50%, transparent 50%) 0 100% repeat-x; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p> | |
<a href="/">ссылка</a> | |
</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"view":"split-vertical","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