diff --git a/Quiz.html b/Quiz.html new file mode 100644 index 0000000..d8bdd67 --- /dev/null +++ b/Quiz.html @@ -0,0 +1,28 @@ + + + + + + + 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..47b4ef7 --- /dev/null +++ b/css/quiz.css @@ -0,0 +1,77 @@ +@import url(https://fonts.googleapis.com/css?family=Work+Sans:300,600); + + +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..a08019e 100644 --- a/css/style.css +++ b/css/style.css @@ -118,9 +118,10 @@ header { } .nav-items { - color: white !important; - margin-left: 2.65rem; - padding-right: 2rem !important; + color: white !important; + margin-left: 2.65rem; + padding-right: 3rem !important; + } .navbar-nav .nav-link { @@ -128,7 +129,10 @@ header { } .navbar-nav { - text-align: center; + + text-align: center; + margin-right: 2rem; + } .nav-link { @@ -157,6 +161,24 @@ header { .dropdown-item { color: #3caea3; } +.signup{ + background-color: #3CAEA3; + color: white; + padding: 0.5rem 2rem; + + } +.signup:hover{ + background-color: #0a8d80; +} +/* .login{ + background-color: #3CAEA3; + color: white; + padding: 0.5rem 2.5rem; + +} +.login:hover{ + background-color: #0a8d80; +} */ .banner-text { position: absolute; @@ -369,7 +391,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..20491c4 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ - + @@ -81,6 +81,11 @@
+ +
- + + + + +