diff --git a/css_files/faq.css b/css_files/faq.css index fbe598b..c67200e 100644 --- a/css_files/faq.css +++ b/css_files/faq.css @@ -27,6 +27,7 @@ border-radius: 5px; margin-bottom: 10px; background-color: #f9f9f9; + color: black; } .faq-answer { @@ -37,6 +38,7 @@ margin-bottom: 10px; background-color: #fff; transition: max-height 0.5s ease-in-out; + color: black; } h2{ diff --git a/css_files/feedback.css b/css_files/feedback.css index b8c6dec..61c2d63 100644 --- a/css_files/feedback.css +++ b/css_files/feedback.css @@ -21,7 +21,7 @@ body{ position: relative; width: 400px; padding: 20px 30px; - border: 1px solid white; + border: 1px solid rgb(241, 8, 8); border-radius: 5px; display: flex; align-items: center; @@ -31,6 +31,7 @@ body{ .container .post{ display: none; } + .container .text{ font-size: 25px; color: white; @@ -172,6 +173,9 @@ form .btn button:hover{ font-size: 25px; width: 100%; } +input{ + border: 2px red; +} .navbar li { margin: 0; diff --git a/css_files/mode.css b/css_files/mode.css new file mode 100644 index 0000000..76f66ea --- /dev/null +++ b/css_files/mode.css @@ -0,0 +1,54 @@ +:root{ + --text-color- :black; + + } + + .dark-class { + color: white; + background-color: rgb(12, 10, 10); + --text-color- :black; + } + p { + color: var(--text-color-); + + } + .toggleButton { + width: 5rem; + height: 2rem; + position: relative; + display: inline-block; + } + .toggleButton input { + opacity: 0; + } + .roundButton { + background-color: black; + top: 0; + left: 0; + position: absolute; + right: 0; + bottom: 0; + cursor: pointer; + } + .roundButton:before { + left: 0; + bottom: 0; + position: absolute; + content: ""; + background-color: grey; + transition: 1s; + height: 2rem; + width: 2rem; + } + input:checked+.roundButton { + background-color: white; + } + input:checked+.roundButton:before { + transform: translateX(3rem); + } + .roundButton.circle { + border-radius: 2rem; + } + .roundButton.circle:before { + border-radius: 50%; + } \ No newline at end of file diff --git a/enroll/index.html b/enroll/index.html index a87b21e..90d437c 100644 --- a/enroll/index.html +++ b/enroll/index.html @@ -36,6 +36,11 @@ z-index: 333333; } + + + @@ -56,6 +61,12 @@ +
  • + +
  • + \ No newline at end of file diff --git a/enroll/style.css b/enroll/style.css index 97425b0..c998d0b 100644 --- a/enroll/style.css +++ b/enroll/style.css @@ -11,7 +11,6 @@ body{ align-items: center; justify-content: center; min-height: 100%; - background: linear-gradient(#00796b 0%, #175c26 100%); padding-bottom: 50px; flex-direction: column; } @@ -22,8 +21,21 @@ body{ border-radius: 16px; padding: 30px; box-shadow: 10px 10px 15px rgba(0,0,0,0.05); + margin-bottom: 20px; } +.price{ + color: #000; +} +label{ + color: black; +} +li{ + color: black; +} +p{ + color: black; +} .wrapper header{ height: 55px; display: flex; diff --git a/html_files/blog.html b/html_files/blog.html index 06b19f3..c323a82 100644 --- a/html_files/blog.html +++ b/html_files/blog.html @@ -38,6 +38,11 @@ z-index: 333333; } + + + Blog @@ -60,6 +65,12 @@ +
  • + +
  • + + + - +
    @@ -60,6 +66,12 @@ +
  • + +
  • + diff --git a/html_files/feedback.html b/html_files/feedback.html index f70aa0e..3ae6695 100644 --- a/html_files/feedback.html +++ b/html_files/feedback.html @@ -35,11 +35,33 @@ background: linear-gradient(to top, #008aff, #00ffe7); z-index: 333333; } + + + + + - +
    @@ -57,6 +79,12 @@ +
  • + +
  • -
    +
    @@ -95,7 +123,7 @@ - + @@ -187,6 +215,29 @@

    Connect with Us

    } + \ No newline at end of file diff --git a/html_files/fitnesstracking.html b/html_files/fitnesstracking.html index dbf189c..9f21820 100644 --- a/html_files/fitnesstracking.html +++ b/html_files/fitnesstracking.html @@ -40,9 +40,14 @@ integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous"> - - - + + + + + +
    @@ -60,6 +65,12 @@ +
  • + +
  • + diff --git a/html_files/wellness.html b/html_files/wellness.html index c73c9b6..b6c946a 100644 --- a/html_files/wellness.html +++ b/html_files/wellness.html @@ -39,9 +39,14 @@ z-index: 333333; } + + + - +
    @@ -60,6 +65,12 @@ +
  • + +
  • + diff --git a/index.html b/index.html index 47ce212..0bd763a 100644 --- a/index.html +++ b/index.html @@ -19,9 +19,16 @@ + + + + + - +
    @@ -52,6 +59,12 @@ +
  • + +
  • + +