Skip to content

Instantly share code, notes, and snippets.

@mokhov
Created November 2, 2015 12:09
Show Gist options
  • Select an option

  • Save mokhov/7435de0e6800f07b09db to your computer and use it in GitHub Desktop.

Select an option

Save mokhov/7435de0e6800f07b09db to your computer and use it in GitHub Desktop.
Untitled
div {
width: 50px;
height: 50px;
}
.red {
background: red;
opacity: 0.99;
}
.green {
background: green;
margin-left: 20px;
margin-top: -20px;
}
.blue {
background: blue;
margin-left: 40px; margin-top: -20px;
}
<div class="red">red</div>
<div class="green">green</div>
<div class="blue">blue</div>
// alert('Hello world!');
{"view":"split","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