Skip to content

Instantly share code, notes, and snippets.

@shabunc
Created January 16, 2012 22:09
Show Gist options
  • Select an option

  • Save shabunc/1623295 to your computer and use it in GitHub Desktop.

Select an option

Save shabunc/1623295 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
display: box;
box-orient: vertical;
}
#box1 {
background: pink;
box-ordinal-group: 2;
}
#box2 {
background: lightyellow;
box-ordinal-group: 1;
}
#box3 {
background: lightblue;
box-ordinal-group: 2;
}
<!-- content to be placed inside <body>…</body> -->
<div id="box1">
1
</div>
<div id="box2">
2
</div>
<div id="box3">
3
</div>
{"view":"split-vertical","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment