Classes are case sensitive
Similar to id values, class values are also case sensitive. If your attribute starts with a capital letter, the selector referring to that class should also start with the capital letter and vice versa. This means that if you set the class attribute to class=" example"
and try to set a rule for it using the selector .Example
, it simply won't work.