diff --git a/Quiz.html b/Quiz.html new file mode 100644 index 0000000..0e5f8b4 --- /dev/null +++ b/Quiz.html @@ -0,0 +1,37 @@ + + + + + + + Quiz page + + + + + + + + + + + + +
+
+

Welcome to DSA QUIZ !

+ +

Test your knowledge

+
+
+
+
+

Are you ready to take the quiz?

+
+ +
+ + + + + \ No newline at end of file diff --git a/css/quiz.css b/css/quiz.css new file mode 100644 index 0000000..91d7e0f --- /dev/null +++ b/css/quiz.css @@ -0,0 +1,62 @@ +@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;0,900;1,900&display=swap"); +@import url(https://weloveiconfonts.com/api/?family=entypo); + +body{ + font-size: 20px; + background-color: #000; + font-family: 'Work Sans', sans-serif; + color: #fff; + + text-align: center; + +} +h1{ + font-weight: 700; + margin: 0px; + padding: 1rem; + font-size: 3rem; + color: #fff; + background-color: #134041; +} +.heading_2{ + font-size: 1.5rem; +} + +h3{ + text-align: left; + color:#000; + font-size: 30px; +} +#test{ + background-color: #f9f9fa; + margin:1rem 10rem; + padding:3px 10px 3px 100px; + color: #000; +} + h4{ + text-align: left;padding: 10px 0px;width:500px; + background-color: #f1f1f1; + box-shadow: 0 8px 6px -6px black; + border-radius: 15px; + } + +button{ + font-family: 'Work Sans', sans-serif; + font-size: 20px; + font-weight: 700; + background-color: #49b1ad; + color: #fff; + border: 0px; + border-radius: 3px; + padding: 20px; + cursor: pointer; + margin-bottom: 20px; +} +button:hover{ + background-color: #3cae3c; +} +.container{ + position: relative; + height: 200px; + margin-top: 30px; +} diff --git a/css/style.css b/css/style.css index e78b33f..1f559c5 100644 --- a/css/style.css +++ b/css/style.css @@ -369,7 +369,7 @@ hr { border-spacing: 0; width: 90%; border: 1px solid #ddd; - align: centre; + text-align: centre; } .skills-section th:hover { diff --git a/index.html b/index.html index 298c4fa..31aa89a 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,5 @@ - + + @@ -380,7 +381,10 @@
Features<