Skip to content

Instantly share code, notes, and snippets.

@rbarazi
Created December 16, 2011 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rbarazi/1487465 to your computer and use it in GitHub Desktop.
Save rbarazi/1487465 to your computer and use it in GitHub Desktop.
Untitled
p:hover:after {
content: attr(data-small);
display: block;
border: 1px solid red;
position:absolute;
bottom: 0;
right: 0;
}
<!-- content to be placed inside <body>…</body> -->
<p class='black' data-small='333'>Lorem Ipsum</p>
{"page":"css","view":"split-vertical"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment