aboutsummaryrefslogtreecommitdiff
path: root/src/quiz-bunny/static/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/quiz-bunny/static/styles.css')
-rw-r--r--src/quiz-bunny/static/styles.css10
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 {