Skip to content

Instantly share code, notes, and snippets.

@zela
Created June 15, 2012 16:50
Show Gist options
  • Save zela/2937534 to your computer and use it in GitHub Desktop.
Save zela/2937534 to your computer and use it in GitHub Desktop.
Untitled
a {
display: inline-block;
border: 1px dotted;
}
a:active > div,
a:focus > div {
visibility: visible;
}
div {
width: 400px;
height: 400px;
background-color: #b22222;
visibility: hidden;
}
[class^="d"] {
background-color: blue;
}
<a href="">
<div class="dd"></div>
</a>
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment