diff options
author | Mark Powers <markppowers0@gmail.com> | 2020-04-19 17:23:01 -0500 |
---|---|---|
committer | Mark Powers <markppowers0@gmail.com> | 2020-04-19 17:23:01 -0500 |
commit | acf13b3af04791124d0d8cb31292505c5edf131a (patch) | |
tree | 7a087b0b2f0bb22c94d704fa16a253851fe0d388 /src/quiz-bunny/static | |
parent | d4878655be6ae6b88bdffc1afe2ff953119b7916 (diff) |
Add improvements to quiz bunny
Diffstat (limited to 'src/quiz-bunny/static')
-rw-r--r-- | src/quiz-bunny/static/styles.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/quiz-bunny/static/styles.css b/src/quiz-bunny/static/styles.css index 45da568..327011f 100644 --- a/src/quiz-bunny/static/styles.css +++ b/src/quiz-bunny/static/styles.css @@ -1,6 +1,6 @@ body { background-image: url("/quiz-bunny/bunny.jpg"); - background-position: center; + background-position: center top; background-repeat: no-repeat; } h1, h2, h3, h4, li, span { @@ -8,9 +8,15 @@ h1, h2, h3, h4, li, span { color: white; } +td, th{ + text-align: left; + background-color: white; + color: black; +} + .center{ margin: auto; - width: 350px; + width: 400px; padding: 10px; } input { |