We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d7858 commit a16e587Copy full SHA for a16e587
index.html
@@ -9,6 +9,8 @@
9
<style type="text/css">
10
body {
11
font-family: Arial, sans-serif;
12
+ font-size: 16px;
13
+ margin: 8px;
14
}
15
.jscolor {
16
width: 180px;
@@ -40,7 +42,7 @@
40
42
<body>
41
43
<div class="column" id="left" style="width:200px; float:left;">
44
<p style="margin: 0 0.5em;">
- Choose a color and click on states to change their color.
45
+ Choose a color and click on states you want to apply the color to.
46
</p>
47
<p style="text-align: center;">
48
<input class="jscolor" onclick="color = this.jscolor" value="8dd3c7"/><br/>
0 commit comments