Hey man, before your account blows up, I want to thank you with my whole heart for giving us this content. Your content is ideal for beginners like me. Pls don't stop making these types of tutorials where you explain things in small, logical steps. I specifically love these javascript series where you make different types of applications/components of sites. ❤
@dcode-software3 жыл бұрын
Explore FusionCharts: www.fusioncharts.com/?Leads%20Acquisition& Thanks to FusionCharts for sponsoring today's video!
@p3ych8083 жыл бұрын
Thanks for the video tutorial, this is what I needed all this time. Thanks You. ❤️😀😘
@BenjaminAster3 жыл бұрын
Why do you have Chrome in light mode? It hurts so much in my eyes!
@eduardosy1593 Жыл бұрын
Question: how can the retain the color on other pages??
@adlurirohith71492 жыл бұрын
Amazing as always
@chubbyBunny943 жыл бұрын
Chrome now has a media query for dark more; you just put the another root rule inside it and when the client sees that the user prefers dark mode, it’ll use those colours. You can test by looking under the rendering tab in dev tools and clicking test dark mode something. Can’t really remember, don’t have a computer near me
@li-ma-mu2 жыл бұрын
thank you so much for these videos! they are great and i am learning so many new things!
@maskman48213 жыл бұрын
what an awesome tutorial 🤩
@costagmc13 жыл бұрын
Thanks dcode
@arakazanjian66862 жыл бұрын
You are amazing !
@noah_edwrds3 жыл бұрын
PERFECT ! THANKS
@MrBoiks3 жыл бұрын
You read my mind!
@ijajulislam72233 жыл бұрын
Great project ..sir want more js project
@CrazyCodingChannel3 жыл бұрын
Really cool video, like
@beinyourguard3 жыл бұрын
pretty nice!
@smoothbeak3 жыл бұрын
Great video, I had absolutely zero idea that you could change css style sheets dynamically like that :|
@lucascapparelliranieri69222 жыл бұрын
Can someone help me? So, one of the things that the themes of my page should also change is the background, so I set a variable in each css theme file as "--background: url(./assets/backgrounds/standart.png);" (the png pictures are in a folder called backgrounds, in a folder called assets) and put this variable on my main stylesheet too. So I did everything in the video, step by step, all the colors are changing correctly as I change the themes, but not the background picture, that is actually not even showing on the default theme, a white flat background is everything showing.