Skip to content

Instantly share code, notes, and snippets.

@liyao
Created September 14, 2013 06:06
Show Gist options
  • Save liyao/6559229 to your computer and use it in GitHub Desktop.
Save liyao/6559229 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
padding: 50px;
}
span a {
text-decoration: none;
font-size: 500%;
outline: 1px solid #000;
}
#test2 a {
text-decoration: none;
font-size: 500%;
}
#test2 a:hover, span a:hover {
border-bottom: 1px solid black;
}
<!-- content to be placed inside <body>…</body> -->
<div id="test">
<span><a href="#">Hover over this</a></span>
</div>
<div id="test2">
<a href="#">Hover over this</a>
</div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"result"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment