Skip to content

Instantly share code, notes, and snippets.

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