Skip to content

Instantly share code, notes, and snippets.

@argestes
Created October 18, 2012 20:16
Show Gist options
  • Save argestes/3914500 to your computer and use it in GitHub Desktop.
Save argestes/3914500 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;
}
.question{
//background: rgb(250, 25, 140);
//top:30px;
}
.choice {
//display:block;
//line-height: 25px;
//border: 1px solid;
//padding:5px;
//float:top;
//margin-bottom:5px;
//min-height: 25px;
}
<div class="question-wrapper">
<question> Question 1 </question>
<choice> Choice 1 </choice>
<choice> Choice 2 </choice>
</question-wrapper>
{"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