Happy to see that Realtime Colors was helpful! Great project! 💫
@TheCoderCoder Жыл бұрын
Thanks so much!!
@The32cece Жыл бұрын
Ah yay! You are making vids again. Your tutorials have helped me a great deal.
@mikalgoobric Жыл бұрын
thank you so much Jessica :-) I am diving into the Abyss of CSS tethered by your YT and courses.
@fienmsa10 ай бұрын
38:18 transition-property: transition-duration: transition-timing-function: Or you could use one css line transition: .3s ease-in-out;
@yesitsme3726 Жыл бұрын
Thank you so much for always making great video, love you coder coder PS: a few ads won't hurt anyone 😂
@jaywaldluna3158 Жыл бұрын
Thanks idol codercoder! From Philippines ❤
@RomanFilenko Жыл бұрын
Great stuff, I like that way you explain in your videos. By the way, I think you can omit calc in min or max functions, it should evaluate expression inside it.
@TheCoderCoder Жыл бұрын
oh, thank you! I forgot about that 😅
@troyharris279 Жыл бұрын
I planned on doing something like this for my universities Cybersecurity page to make my own version of it. Inspection is such a good friend 😅, thank you for such a great video!
@TheCoderCoder Жыл бұрын
Glad you found it helpful!
@itsfoss5268 Жыл бұрын
Love you coder coder ❤
@nitujha4884 Жыл бұрын
Love from Nepal❤❤🇳🇵🇳🇵
@C___ShohidulIslam Жыл бұрын
Hope you are doing great... You inspired me so much❤❤
@farzadbahadorifar1126 Жыл бұрын
this tutorial is great, thanks a milion for that.
@fienmsa10 ай бұрын
Isn’t this same as using :root{} and then using variables to store hex colours, hsl or rgb(a) and then using those variables within your css selectors instead of going back and forth html and css?
@gertbadger6754 Жыл бұрын
I love your videos.
@preggah Жыл бұрын
🙂 semma vedio akka
@dmicsa10 ай бұрын
is there a github repository for this?
@helomydestiny8431 Жыл бұрын
hey i'm a newbie in this computer science , what language should i learn first ? cause there are many tutorials on the internet and they're not efficient for me . And where can i learn the basics , i want to learn all the basics i need to know and then i'll move directly into a project ( make a game , make a website .... ) . I want to learn through real coding not just by tutorials through youtube videos and many advanced things that i barely to understand . As a genius like coder , i hope you will help me . Thanks , have a nice day ❤❤
@loubnina93 Жыл бұрын
I have the same quetion ??
@TheCoderCoder Жыл бұрын
It depends on what you want to become: software engineer, game developer, mobile app developer. Look on KZbin for road map videos and then follow them. Good luck!
@dixztube6 ай бұрын
Id learn computer/programming concepts first and would recommend go for server. It’s easy to pick up and gives you a language where that knowledge can be applied (vs JavaScript) which you’ll need to learn eventually After a while c or rust will be accessible. That’s my two cents.
@FixedWing82 Жыл бұрын
You are cool and I like your videos
@HowPortal Жыл бұрын
They called CSS variables not properties.
@TheCoderCoder Жыл бұрын
You can use both, but custom properties is the official term. From MDN: "Custom properties (sometimes referred to as CSS variables or cascading variables) are entities defined by CSS authors that contain specific values to be reused throughout a document."