Commit 15f579e reza
committed
1 parent ec9fbe6 commit 15f579e Copy full SHA for 15f579e
File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,10 @@ <h2>The text:</h2>
37
37
< br />
38
38
Font size:
39
39
< input type ="number " value ="40 " id ="fontSize " /> px
40
+ Space between the letters:
41
+ < input type ="number " value ="10 " id ="letterSpacing " /> px
42
+ Height of the lines:
43
+ < input type ="number " value ="1.5 " id ="lineHeight " />
40
44
< br />
41
45
< br />
42
46
@@ -56,12 +60,7 @@ <h2>The text:</h2>
56
60
< input type ="checkbox " id ="letterByLetter " name ="letterByLetter " /> < label for ="letterByLetter "> Letter by letter</ label >
57
61
< br />
58
62
< input type ="checkbox " checked ="checked " id ="removeZwj " name ="removeZwj " /> < label for ="removeZwj "> Remove the ZWJs from boxes</ label >
59
- < br />
60
- Space between the letters:
61
- < input type ="number " value ="0 " id ="letterSpacing " /> px
62
- < br />
63
- Height of the lines:
64
- < input type ="number " value ="1.5 " id ="lineHeight " />
63
+
65
64
< br />
66
65
< button id ="button "> Save!</ button >
67
66
< br />
You can’t perform that action at this time.
0 commit comments