Skip to content

Instantly share code, notes, and snippets.

@aesnyder
Created July 17, 2013 15:58
Show Gist options
  • Save aesnyder/6021919 to your computer and use it in GitHub Desktop.
Save aesnyder/6021919 to your computer and use it in GitHub Desktop.
.timer
.timer-progress
h2.question_body= body
.grey-holder
.red.rgb-block(data-color="red")
.fill
.green.rgb-block(data-color="green")
.fill
.blue.rgb-block(data-color="blue")
.fill
.seperator
.red.rgb-label= answer['red']
.green.rgb-label= answer['green']
.blue.rgb-label= answer['blue']
ul.options
- for option in options
li(style="background-color:rgb(#{option.rgb});")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment