@porobertdev

If you're here from The Odin Project, the only new thing you'll learn is that you can redefine the custom properties (variables) that you make in specific selectors, but isn't really recommended.

Still, watching the whole video and doing some practice helps. And besides, you already know by now how amazing Kevin's videos are 🙂

@adelsimohamed7467

coming from The Odin Project curriculum,  your videos all awesome  thank u.

@albertt755

I come from the Odin Project :D . I liked this video, it explains CSS Variables quite well.

@jesseliverless9811

I wish good luck to my fellow The Odin Project students, we need to hang in there!

@TinyMaths

Just came across this in the Freecode curriculum; was confusing the hell out of me. You've made it so clear. Thank you!

@RRehanashraf

The Odin project brings me here. Your videos are great. keep up the good work.

@adamgriffiths96

Great tutorials for beginners to web development like me. Thank you!

@matthiaspanopau

I love your content and the way you present it is just wonderful. Clear, concise, lucid, always with smart use cases in mind, perfectly paced, and on top of that you have a warm, soothing voice. I think everyone wishes they could have their favorite audiobook read to them by you. Chapeau!

@cs_devel

You can use CSS variables to switch colors during runtime as by themes. You only need one css file with the variables and link it first before all other css files and the variables are available inside the other css files. So you can switch to another theme by switching to another css file with new color definitions for the same variables.

@uzohochiemezie990

Here from The Odin Project. I'll be back someday to write how it goes

@desmondcole4300

TOP student here. Just dropping a comment to say thank you!

@ga7853

I can not believe that I did not see your CSS VARIABLES tutorial until just yesterday, it's very helpful and you did cover it beautifully, Thank a million.. We owe you man.

@clevermissfox

You’re a great teacher, run into a lot of videos that are produced beautifully but the narrator or creator is not concise or clearly explaining. Thank you for sharing your time and knowledge!

@ga7853

Kevin, Thank you so much for taking the time to build this beautiful tutorial, its been really appreciated.

N/A

I swear to god the guys who come up with these CSS specs purposefully try to find the most inconvenient syntaxes. We have less, sass and a lot more preprocessors with variables for 10+ years. Couldn't they just pick one and add that to the spec instead of this nonsense of var doubledash thing? (sorry, I'm just venting, thanks for the video by the way, you are a lifesaver for explaining it)

@sparky-makes8373

Hello from TOP! Thank you for all the top notch content!

@lloydthomas4481

I haven't tried using variables yet. This will be next on my todo's . Thank you for the simple explanation .

@johnnyholiday1150

You deliver and explain the concepts so well, great personality and chilled dude, Thank you so much for these videos!!

@yasiralnakhli7315

how is it only 1.7K likes to the video where the viewers more than 40K when the illustration is so simple like that? thank you so much, MR. Kevin Powell, I loved CSS cause of you

@RS-nz6rn

Now I can use css variable comfortably for my 1st project. Thanks.