Skip to content

Instantly share code, notes, and snippets.

@felipenmoura
Created June 1, 2013 19:44
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 felipenmoura/5691516 to your computer and use it in GitHub Desktop.
Save felipenmoura/5691516 to your computer and use it in GitHub Desktop.
Untitled
.shadow-and-outline{
position: absolute;
left: 50px;
top: 50px;
background: red;
width: 100px;
height: 100px;
outline: solid 6px green;
box-shadow: 0px 0px 100px 10px blue;
}
<div class="shadow-and-outline"></div>
// alert('Hello world!');
{"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