Skip to content

Instantly share code, notes, and snippets.

@sergeysirenko
Created August 2, 2015 13:16
Show Gist options
  • Select an option

  • Save sergeysirenko/7c6de5d0f2103d173c57 to your computer and use it in GitHub Desktop.

Select an option

Save sergeysirenko/7c6de5d0f2103d173c57 to your computer and use it in GitHub Desktop.
Untitled
.b {
height: 100px;
background-color:red
}
.b1 { background-color:green;
width:100px;
}
.b2 { background-color:yellow }
<div class="b b1">
some text
</div>
<div class="b b2">some text</div>
// alert('Hello world!');
{"view":"separate","fontsize":"90","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment