diff --git a/index.html b/index.html index d8c978a..55ebf65 100644 --- a/index.html +++ b/index.html @@ -6,17 +6,24 @@ -
+ -
+
-
+
+
    +
  • £ 1,000
  • +
  • £ 2,000
  • +
  • £ 3,000
  • +
  • £ 4,000
  • +
  • £ 5,000
  • +
  • £ 6,000
  • +
  • £ 7,000
  • +
  • £ 8,000
  • +
  • £ 9,000
  • +
  • £ 0,000,000
  • +
  • £ 1,000,000
  • +
  • £ 2,000,000
  • +
  • £ 3,000,000
  • +
  • £ 4,000,000
  • +
  • £ 5,000,000
  • +
+ +
+
Fnord
+
£ 35,000
+
Eris
+
£ 5,000
+
Hagbard C.
+
£ 67,000
+
diff --git a/quiz.css b/quiz.css index cba2df4..aa62f48 100644 --- a/quiz.css +++ b/quiz.css @@ -78,3 +78,35 @@ p { background-color: #ff2f00; color: black; } + +form { + background-color: #30304f; + padding: 1em 0; +} +form label { + margin-right: 1em; +} +input { + color: white; + background-color: #00003f; + font-size: 100%; +} + +ul#tiers { + text-align: right; + float: right; + margin: 2em auto; +} +ul#tiers li { + display: list-item; +} + +#scoreboard dl { + width: 20em; + text-align: left; + margin: 1em auto; + font-size: 200%; +} +#scoreboard dl dd { + margin-left: 4em; +} \ No newline at end of file