Hello!
If I do this:
*{padding:0}
div#myDiv{padding:10px;}
Will that behave like any normal styling in CSS with the last style applied overriding others? i.e. The element with the myDiv ID will have 10px padding? Or do I have to specify !important?
Will this work on all popular browsers?
Thank you!