Skip to content

Instantly share code, notes, and snippets.

@TristanBrotherton
Created February 17, 2017 20:10
Show Gist options
  • Select an option

  • Save TristanBrotherton/015e72fac0ba44b61f861d9e24c248b1 to your computer and use it in GitHub Desktop.

Select an option

Save TristanBrotherton/015e72fac0ba44b61f861d9e24c248b1 to your computer and use it in GitHub Desktop.
div[data-line-number]:before {
content:attr(data-line-number);
position: absolute;
background: #000;
color: #fff;
padding: 3px;
display: none
}
div[data-line-number]:hover {
display: block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment