+ 2
Why is "." required on this question?
I can't seem to find any references to this in the material.
3 Answers
+ 10
They have decided that a class name is preceded by a dot (.), and an ID name by a hash (#).
#someID {
..some style..
}
.someClass {
..some style..
}
0
Yes
0
. is referring to class here nothing else