0
I made a basis with a class system for a certain color to an element. Even putting the rule it does not accept. Example:
<span class="mc c0 s1">Olá Mundo :D</span>
In CSS it looks like this:
.mc .c0 {
color: red;
}
.mc .s0 {
font-style: italic;
}
And it’s not applying the C0 and S0 rule or separate joints. even with the !important
along.
Um, it really worked. I didn’t expect that :)
– FRNathan13
hehe confess that a few years ago when I started I also went through this doubt @sysWOW32 . I’m glad I helped
– Miguel