0
need help in my code in given link http://code.sololearn.com/W3gVdm4wPu7v/#html
in the above link I am unable to apply blue color in 1st feildset. please help me solve it
3 Réponses
+ 2
At first, I thought it was a problem of specificity of css rules, but a class rule is actually more specific than an element one. The reason is much simpler: you have a useless <style> tag in your css which renders the first rule invalid.
0
Oh yes. I forgot. Thank you Zen
0
If you like my first code, give it a like. Thank you