Skip to content

Commit 4d15634

Browse files
committed
Update
1 parent be1428e commit 4d15634

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

rotation-timer.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,22 @@
99

1010
<body>
1111
<h1>Rotation Time</h1>
12-
12+
<p><em>Time to next turn</em> is one of the main drivers of participant engagement.</p>
13+
<div>
1314
<label>
1415
Rotation in minutes
1516
<input id="rotation" name="rotation" type="number" value="10" onchange="update()" min="1" required/>
1617
</label>
18+
</div>
19+
<div>
1720
<label>
1821
Participants
1922
<input id="size" name="size" type="number" value="4" onchange="update()" min="3" required />
2023
</label>
24+
</div>
2125

22-
<div>
23-
Time to next turn (or time for Twitter): <span id="timeToNextTurn">30</span> minutes
26+
<div style="margin-top: 1em;">
27+
Time to next turn (or time for Twitter): <strong><span id="timeToNextTurn">30</span> minutes</strong>
2428
</div>
2529

2630
<div>

0 commit comments

Comments
 (0)