diff --git a/Pages/3D-Visualizations/index.html b/Pages/3D-Visualizations/index.html index af34678ff..3b7ec747f 100644 --- a/Pages/3D-Visualizations/index.html +++ b/Pages/3D-Visualizations/index.html @@ -22,7 +22,7 @@
  • Home
  • About Us
  • Simulations
  • -
  • 3D Visualisations
  • +
  • 3D Visualisations
  • Quizzes
  • Videos
  • Doubt Engine
  • @@ -136,4 +136,4 @@

    Deoxyribonucleic acid(DNA)

    - \ No newline at end of file + diff --git a/Pages/3D-Visualizations/style.css b/Pages/3D-Visualizations/style.css index cec3c1e55..8878e8021 100644 --- a/Pages/3D-Visualizations/style.css +++ b/Pages/3D-Visualizations/style.css @@ -100,6 +100,17 @@ ul { color: var(--accent-color); } +.current-page { + color:#4d006b; + background-origin: border-box; + padding: 8px 12px; + border-radius: 8px; + border: 2px solid rgb(0, 30, 94); + text-decoration: none; + font-weight: lighter; +} + + .primary-button { background-color: var(--accent-color); border-radius: 6px; diff --git a/Pages/About-Us/index.html b/Pages/About-Us/index.html index d22fe8e37..f55093371 100644 --- a/Pages/About-Us/index.html +++ b/Pages/About-Us/index.html @@ -50,7 +50,7 @@
    @@ -109,4 +109,4 @@

    - \ No newline at end of file + diff --git a/Pages/Doubt Engine/style.css b/Pages/Doubt Engine/style.css index 76464053a..b49e69794 100644 --- a/Pages/Doubt Engine/style.css +++ b/Pages/Doubt Engine/style.css @@ -21,6 +21,16 @@ cursor: pointer; } +.current-page { + color:#4d006b; + background-origin: border-box; + padding: 8px 12px; + border-radius: 8px; + border: 2px solid rgb(0, 30, 94); + text-decoration: none; + font-weight: lighter; +} + .bar{ display: block; width: 25px; @@ -60,4 +70,4 @@ .button-10:focus { box-shadow: inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2), 0px 0.5px 1.5px rgba(54, 122, 246, 0.25), 0px 0px 0px 3.5px rgba(58, 108, 217, 0.5); outline: 0; - } \ No newline at end of file + } diff --git a/Pages/Quizes/index.html b/Pages/Quizes/index.html index 7111c5c06..1ea271599 100644 --- a/Pages/Quizes/index.html +++ b/Pages/Quizes/index.html @@ -23,7 +23,7 @@
  • About Us
  • Simulations
  • 3D Visualisations
  • -
  • Quizzes
  • +
  • Quizzes
  • Videos
  • Doubt Engine
  • diff --git a/Pages/Quizes/style.css b/Pages/Quizes/style.css index 4fd5b7b0b..65a022bb8 100644 --- a/Pages/Quizes/style.css +++ b/Pages/Quizes/style.css @@ -101,6 +101,15 @@ ul { color: var(--accent-color); } +.current-page { + color:#4d006b; + background-origin: border-box; + padding: 8px 12px; + border-radius: 8px; + border: 2px solid rgb(0, 30, 94); + text-decoration: none; + font-weight: lighter; +} .primary-button { background-color: var(--accent-color); border-radius: 6px; diff --git a/Pages/Simulation/index.html b/Pages/Simulation/index.html index bad11f470..1a7a05da0 100644 --- a/Pages/Simulation/index.html +++ b/Pages/Simulation/index.html @@ -21,7 +21,7 @@

    diff --git a/Pages/Videos/style.css b/Pages/Videos/style.css index 66c1e3549..a02f35c60 100644 --- a/Pages/Videos/style.css +++ b/Pages/Videos/style.css @@ -100,6 +100,16 @@ ul { color: var(--accent-color); } +.current-page { + color:#4d006b; + background-origin: border-box; + padding: 8px 12px; + border-radius: 8px; + border: 2px solid rgb(0, 30, 94); + text-decoration: none; + font-weight: lighter; +} + .primary-button { background-color: var(--accent-color); border-radius: 6px; diff --git a/index.html b/index.html index c8aecc061..32ae52c65 100644 --- a/index.html +++ b/index.html @@ -96,7 +96,7 @@