Dynamic Color Slider: Create a website that adjusts its theme in real-time with CSS and Javascript

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ธ.ค. 2024

ความคิดเห็น • 6

  • @Deckard76
    @Deckard76 ปีที่แล้ว +2

    Keep posting regularly... these tutorials and presented ideas are really amazing!

    • @SuperHi
      @SuperHi  ปีที่แล้ว

      Thank you! We’ve got a bunch of them lined up so there’s more coming! Anything you’d like Rik to cover?

  • @lachesis1033
    @lachesis1033 ปีที่แล้ว +2

    Can i also change the background color accordingly with the same slider?

    • @SuperHi
      @SuperHi  ปีที่แล้ว +1

      Yes you can! As there's a CSS variable for the background (--background-color), then you could add a 3rd change to update that variable accordingly!

  • @EARTH38221
    @EARTH38221 2 หลายเดือนก่อน

    how to create that slider

    • @EARTH38221
      @EARTH38221 2 หลายเดือนก่อน

      got it
      input type="range"
      css
      input[type="range"]::-webkit-slider-runnable-track {
      background: linear-gradient( needed colors );
      }