Skip to content

Instantly share code, notes, and snippets.

@xiaody
Created October 17, 2012 04:42
Show Gist options
  • Save xiaody/3903732 to your computer and use it in GitHub Desktop.
Save xiaody/3903732 to your computer and use it in GitHub Desktop.
border see through
/**
* border see through
*/
div {
width:275px;
height:250px;
border:20px dashed rgba(0,0,0,.5);
background:red;
}
<!-- content to be placed inside <body>…</body> -->
<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