CSS property-value order
Sometimes the order of things matters, and sometimes it doesn't. When it comes to the CSS declaration syntax, the property-value order is crucial. The first part of the declaration has to be the property, and the second — its value. Typing them in the wrong order will result in an error — browsers simply won't understand the code. Also, remember that there must be a colon (:
) between the property and its value.