How to order CSS declaration blocks
I’ve been trying to brush up on my CSS. I find the best way to remember something is to write about it as well as apply.
As a general rule you want to order your CSS declaration blocks from least specific to most specific. The least specific…