Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save shabunc/1623478 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;
*/
}
#strip1 {
background: red;
}
#strip2 {
background: orange;
}
#strip3 {
background: yellow;
}
body #strip1:hover{
/*
box-orientation-group: 3;
*/
display: none;
}
<!-- content to be placed inside <body>…</body> -->
<div id="strip1">1</div>
<div id="strip2">2</div>
<div id="strip3">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