Created
December 16, 2014 11:38
-
-
Save z720/b11dda32f953dad78444 to your computer and use it in GitHub Desktop.
Anchor Display (Medium)
This file contains hidden or 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[id]:before { | |
display: inline-block; | |
width: 5em; | |
content: '#' attr(id); | |
margin-left: -5em; | |
text-align: right; | |
font-size: small; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment