Css Mistakes
Typical CSS mistakes#
.title.span
: looks for elements that have both thetitle
andspan
classes.title .span
: looks for elements with .span inside .title
.title.span
: looks for elements that have both the title
and span
classes.title .span
: looks for elements with .span inside .title