I type all my HTML tags in capital. Out of habit, most of my css code is capitalized also.
Example
P {TEXT-ALIGN: center; FONT-WEIGHT: 700; }
I recently read somewhere that css code should be in lowercase. Does it matter? All my code works, so as far as I know it doesn't.