|
|
|
|
@ -12,28 +12,88 @@ |
|
|
|
|
|
|
|
|
|
<body> |
|
|
|
|
|
|
|
|
|
<!-- <div class="palette"> |
|
|
|
|
<div class="red" onclick="pick('red')"></div> |
|
|
|
|
<div class="blue"></div> |
|
|
|
|
<div class="green"></div> |
|
|
|
|
<div class="yellow"></div> |
|
|
|
|
<div class="orange"></div> |
|
|
|
|
<div class="brown"></div> |
|
|
|
|
</div> --> |
|
|
|
|
|
|
|
|
|
<div class="row"> |
|
|
|
|
<div class="choice"> |
|
|
|
|
<button id="choiceEl1"></button> |
|
|
|
|
<button id="choiceEl2"></button> |
|
|
|
|
<button id="choiceEl3"></button> |
|
|
|
|
<button id="choiceEl4"></button> |
|
|
|
|
<button class="choiceEl1"></button> |
|
|
|
|
<button class="choiceEl2"></button> |
|
|
|
|
<button class="choiceEl3"></button> |
|
|
|
|
<button class="choiceEl4"></button> |
|
|
|
|
</div> |
|
|
|
|
<div class="results"> |
|
|
|
|
<button class="result"></button> |
|
|
|
|
<button class="result"></button> |
|
|
|
|
<button class="result"></button> |
|
|
|
|
<button class="result"></button> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="row"> |
|
|
|
|
<div class="choice"> |
|
|
|
|
<button class="choiceEl1"></button> |
|
|
|
|
<button class="choiceEl2"></button> |
|
|
|
|
<button class="choiceEl3"></button> |
|
|
|
|
<button class="choiceEl4"></button> |
|
|
|
|
</div> |
|
|
|
|
<div class="results"> |
|
|
|
|
<button class="result"></button> |
|
|
|
|
<button class="result"></button> |
|
|
|
|
<button class="result"></button> |
|
|
|
|
<button class="result"></button> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="row"> |
|
|
|
|
<div class="choice"> |
|
|
|
|
<button class="choiceEl1"></button> |
|
|
|
|
<button class="choiceEl2"></button> |
|
|
|
|
<button class="choiceEl3"></button> |
|
|
|
|
<button class="choiceEl4"></button> |
|
|
|
|
</div> |
|
|
|
|
<div class="results"> |
|
|
|
|
<button class="result"></button> |
|
|
|
|
<button class="result"></button> |
|
|
|
|
<button class="result"></button> |
|
|
|
|
<button class="result"></button> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="row"> |
|
|
|
|
<div class="choice"> |
|
|
|
|
<button class="choiceEl1"></button> |
|
|
|
|
<button class="choiceEl2"></button> |
|
|
|
|
<button class="choiceEl3"></button> |
|
|
|
|
<button class="choiceEl4"></button> |
|
|
|
|
</div> |
|
|
|
|
<div class="results"> |
|
|
|
|
<button class="result"></button> |
|
|
|
|
<button class="result"></button> |
|
|
|
|
<button class="result"></button> |
|
|
|
|
<button class="result"></button> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="row"> |
|
|
|
|
<div class="choice"> |
|
|
|
|
<button class="choiceEl1"></button> |
|
|
|
|
<button class="choiceEl2"></button> |
|
|
|
|
<button class="choiceEl3"></button> |
|
|
|
|
<button class="choiceEl4"></button> |
|
|
|
|
</div> |
|
|
|
|
<div class="results"> |
|
|
|
|
<button class="result"></button> |
|
|
|
|
<button class="result"></button> |
|
|
|
|
<button class="result"></button> |
|
|
|
|
<button class="result"></button> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="row"> |
|
|
|
|
<div class="choice"> |
|
|
|
|
<button class="choiceEl1"></button> |
|
|
|
|
<button class="choiceEl2"></button> |
|
|
|
|
<button class="choiceEl3"></button> |
|
|
|
|
<button class="choiceEl4"></button> |
|
|
|
|
</div> |
|
|
|
|
<div class="results"> |
|
|
|
|
<button class="result"></button> |
|
|
|
|
<button class="result"></button> |
|
|
|
|
<button class="result"></button> |
|
|
|
|
<button class="result"></button> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|