Skip to content

Instantly share code, notes, and snippets.

@Dottenpixel
Forked from anonymous/dabblet.css
Last active April 14, 2016 19:15
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 Dottenpixel/6108ef6b22461bff49a43bb3b1fcae50 to your computer and use it in GitHub Desktop.
Save Dottenpixel/6108ef6b22461bff49a43bb3b1fcae50 to your computer and use it in GitHub Desktop.
Untitled
div{
position: relative;
display:block;
padding:5px;
margin:10px;
border:1px solid #ccc;
transition: 0s background-color;
div {
position: absolute;
top: -5px;
left: 50%;
height: 3rem;
min-width: 6rem;
background-color: gray;
color: white;
opacity: 0;
}
}
div:hover{
background-color:red;
transition-delay:1s;
}
<div>
delayed hover
<div>Stop the insanity</div>
</div>
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment