If you ever wonder in what order to enter your CSS attributes like border, padding, font-family, etc. Two common approaches seem to be
It makes sense to:
height and width or clear and float) because if we change the value of one property, we often change the value of other properties in the group too.position before float, because if I choose position: absolute, float will be irrelevant.