I\'m trying to figure out why one of my css classes seems to override the other (and not the other way around)
Here I have two css classes
.smallbo
Also important to note is that when you have two styles on an HTML element with equal precedence, the browser will give precedence to the styles that were written to the DOM last ... so if in the DOM:
Hello World
...the width of the div will be 50px