commit e7f631a6f0d8626aecd2abfe6843df5c915b49c1 parent fea83ddcd8dfcf03295d41045618d6a35cbacb91 Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com> Date: Wed, 17 Jun 2020 14:41:13 -0700 Simplify quizzer button styles. Diffstat:
| M | Styles/Quizzer.css | | | 2 | +- |
| M | index.html | | | 4 | ++-- |
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Styles/Quizzer.css b/Styles/Quizzer.css @@ -21,7 +21,7 @@ margin-bottom: 15px; } -.quizzerButton { +#quizzerButtons button { width: 75px; height: 25px; } \ No newline at end of file diff --git a/index.html b/index.html @@ -129,8 +129,8 @@ </div> <div id="quizzerButtons"> - <button id="quizzerEnter" class="quizzerButton">Submit</button> - <button id="quizzerSkip" class="quizzerButton" onclick="Reset()">Skip</button> + <button id="quizzerEnter">Submit</button> + <button id="quizzerSkip" onclick="Reset()">Skip</button> </div> <div id="quizzerFeedback" class="bad">