Hi! There were certain challenges in the CSS Flexbox category wherein the classes in the code look like this:
header .user-name{
/* CSS stuff goes here */
}
I was wondering why there is a space between “header” and “.” ? And if you are creating a class called “.user-name” why was there a “header” tag mentioned before the class name? I am not sure if this was talked about in the tutorials?