Skip to content

Instantly share code, notes, and snippets.

@hiloki
Created March 4, 2014 10:56
Show Gist options
  • Save hiloki/9344297 to your computer and use it in GitHub Desktop.
Save hiloki/9344297 to your computer and use it in GitHub Desktop.
Untitled
.box {
height: 100px;
}
.box-a {
margin-bottom: 40px;
background-color: palegreen;
}
.box-b {
margin-top: 20px;
background-color: skyblue;
}
body {
padding: 100px 0;
font-size: 24px;
}
<div class="box box-a">
BOX A
</div>
<div class="box box-b">
BOX B
</div>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"140","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment