Skip to content

Instantly share code, notes, and snippets.

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