CSS Properties

  1. The CSS padding properties are used to control the space between the borders and content of an element.
  2. The CSS margin properties control the space outside of HTML elements.
  3. The CSS !important rule allows users to overwrite author declarations. It is therefor best to avoid using it in StyleSheets.
  4. How to use the width, and height (including min- and max-) properties of CSS.