Skip to content

Instantly share code, notes, and snippets.

@maxhoffmann
Created March 19, 2012 15:23
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 maxhoffmann/2116104 to your computer and use it in GitHub Desktop.
Save maxhoffmann/2116104 to your computer and use it in GitHub Desktop.
opacity Beispiel
/* opacity Beispiel */
div {
width: 300px;
height: 300px;
position: absolute;
}
#eins { background: red; }
#zwei {
background: blue;
top: 50px;
left: 50px;
opacity: 0.6;
}
<div id="eins">Box 1</div>
<div id="zwei">Box 2</div>
{"view":"separate","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment