diff --git a/html-quiz.html b/html-quiz.html new file mode 100644 index 0000000..52e2fb2 --- /dev/null +++ b/html-quiz.html @@ -0,0 +1,64 @@ + + + + + + HTML Quiz + + + this is the current css + +
+
+

HTML Quiz

+
+

Instructions

+
    +
  • This quiz contains multiple-choice questions.
  • +
  • Each question has only one correct answer.
  • +
  • Select the best answer from the given options.
  • +
  • Your score will be displayed at the end.
  • +
  • Click “Back to Home” to return to the main page.
  • +
+
+
+
+
+ Back to Home +
+ + + \ No newline at end of file diff --git a/index.html b/index.html index d3bdc1a..929b106 100644 --- a/index.html +++ b/index.html @@ -1,88 +1,122 @@ - - - - - - Quiz Game - - --> - - - - - - - - -
- -
-
-
-

Welcome to the Web Development Quiz

-

Choose a topic to start:

- -
- - - - - - -
🤖
-
- × - -
- - - - - - - - + + + + + + Quiz Game + + + --> + + + + + + + + +
+ +
+
+
+

Welcome to the Web Development Quiz

+

Choose a topic to start:

+ +
+ + + + + + +
🤖
+
+ × + +
+ + + + + + + + diff --git a/login.html b/login.html new file mode 100644 index 0000000..67a2e1e --- /dev/null +++ b/login.html @@ -0,0 +1,112 @@ + + + + + + + Login - Quiz Game + + + +
+

Login

+
+
+
+ +
+

Don't have an account? Sign up

+
+ + + + diff --git a/signup.html b/signup.html new file mode 100644 index 0000000..e8d2521 --- /dev/null +++ b/signup.html @@ -0,0 +1,110 @@ + + + + + + + Signup - Quiz Game + + + +
+

Sign Up

+
+
+
+
+ +
+

Already have an account? Login

+
+ + + + diff --git a/styles.css b/styles.css index deecd5e..1199b7b 100644 --- a/styles.css +++ b/styles.css @@ -646,11 +646,4 @@ th, td { color: #ff4d4d; } - - - - - - - - + \ No newline at end of file