Omit unit specification after “0” values bad .box { margin: 0px; } good .box { margin: 0; } exception, where you don't omit .box { transform: rotate(0deg); } Use hexadecimal color codes unless using rgba or hsl In most cases the hex code is shorter than the color names, so...