Skip to content

Instantly share code, notes, and snippets.

@shabunc
Created February 3, 2012 22:35
Show Gist options
  • Select an option

  • Save shabunc/1733396 to your computer and use it in GitHub Desktop.

Select an option

Save shabunc/1733396 to your computer and use it in GitHub Desktop.
Untitled
.basic {
border: 1px solid black;
width: 200px;
height: 200px;
box-shadow: 0 0 0px 20px red inset,
0 0 0px 40px orange inset,
0 0 0px 60px maroon inset;
transition: box-shadow 2s;
}
.trans {
box-shadow: 0 0 0px 20px maroon inset,
0 0 0px 40px orange inset,
0 0 0px 60px red inset;
}
<div class="trans basic">
HELL YEA
</div>
{"view":"split-vertical","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment