File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1010 < body >
1111 < div class ="container ">
1212 < h1 > Quote Generator</ h1 >
13-
13+
1414 < div class ="quote-container ">
1515 < p id ="quote " class ="quote-text "> </ p >
1616 < p id ="author " class ="author-text "> </ p >
1717 </ div >
18-
18+
1919 < div class ="controls ">
20- < button type ="button " id ="new-quote " class ="btn btn-primary "> New Quote</ button >
21-
20+ < button type ="button " id ="new-quote " class ="btn btn-primary ">
21+ New quote
22+ </ button >
23+
2224 < div class ="auto-play-control ">
2325 < label for ="auto-play-toggle " class ="auto-play-label ">
2426 Auto-play:
2527 < span id ="auto-play-status " class ="status "> OFF</ span >
2628 </ label >
2729 < label class ="toggle-switch ">
28- < input type ="checkbox " id ="auto-play-toggle ">
30+ < input type ="checkbox " id ="auto-play-toggle " / >
2931 < span class ="toggle-slider "> </ span >
3032 </ label >
3133 </ div >
You can’t perform that action at this time.
0 commit comments