Consider two classes A and B in style.css. What will be the padding assigned to the div element if both the classes are given to the same div element?
style.css
Answers
Answered by
1
Answer:
What will be the padding-right assigned to the div element if both the classes are given to the same div element ? Style.Css .A{ padding: 0px 5px 0px 0px; } .B{ padding-right ....
hope it helps you
please follow me
Similar questions