Skip to content

Instantly share code, notes, and snippets.

@hiloki
Created March 4, 2014 05:34
Show Gist options
  • Select an option

  • Save hiloki/9340841 to your computer and use it in GitHub Desktop.

Select an option

Save hiloki/9340841 to your computer and use it in GitHub Desktop.
Untitled
.box {
height: 100px;
}
.box-a {
margin-bottom: 20px;
background-color: palegreen;
}
.box-b {
margin-top: 20px;
background-color: skyblue;
}
<div class="box box-a">
BOX A
</div>
<div class="box box-b">
BOX B
</div>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"200","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment