ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
Keep posting regularly... these tutorials and presented ideas are really amazing!
Thank you! We’ve got a bunch of them lined up so there’s more coming! Anything you’d like Rik to cover?
Can i also change the background color accordingly with the same slider?
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!
how to create that slider
got itinput type="range"cssinput[type="range"]::-webkit-slider-runnable-track { background: linear-gradient( needed colors );}
Keep posting regularly... these tutorials and presented ideas are really amazing!
Thank you! We’ve got a bunch of them lined up so there’s more coming! Anything you’d like Rik to cover?
Can i also change the background color accordingly with the same slider?
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!
how to create that slider
got it
input type="range"
css
input[type="range"]::-webkit-slider-runnable-track {
background: linear-gradient( needed colors );
}