Skip to content

Instantly share code, notes, and snippets.

@argestes
Created October 18, 2012 20:19
Show Gist options
  • Save argestes/3914513 to your computer and use it in GitHub Desktop.
Save argestes/3914513 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
*/
.question-wrapper{
background: rgb(240,240,130)
border:1px solid;
z-index=-1;
}
.question{
background: rgb(250, 25, 140);
z-index=0;
}
.choice {
display:block;
line-height: 25px;
border: 1px solid;
padding:5px;
float:top;
margin-bottom:5px;
min-height: 25px;
color: rgb(100,100,100);
}
<div class="question-wrapper">
<div class="question"> Question 1
<div class="choice"> Choice 1 </div>
<div class="choice"> Choice 2 </div>
</div>
</div>
{"view":"separate","fontsize":"90","seethrough":"1","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment