CSS Variables
Created by Codedamn about a year ago
0
No description provided
4 Comments
7
Notes: CSS variables are interesting. You can define a variable inside <body> and all its child elements can use it but you can not do the reverse, i.e. a parent element can not use the variable defined in its child elements. To define a global variable define it as html{ --anyvariable: value;} you can define fallback values in variables too
0
Interesting
3
I am finding this course quite interesting, and using the playground feature very intensively but still gets overwhelmed by so much data at once, and have to use google quite a lot during practice, is there any note which i can refer for the full path, or making notes is a recommended option?
show more answers
Your comment