When one value is given for padding the value is applied to
     When one value is given for padding, the value is applied to  the right and left sides of the box only  all four sides of the box  none of the above; it is not possible to only give one value for padding  the top and bottom sides of the box  In a fixed-width layout, the  of columns remain the same regardless of the size Web browser window.  orientations  widths  height  Descendant selectors are also referred to as  selectors.  indexed  contextual  aggregate  baseline 
  
  Solution
9) All Four sides of the box.
If 4 values are given it will be added to four sides.
If two or three values are given the missing values are taken from opposite sides
10) The orientation will be fixed.
Fixed positioning is really just a specialized form of absolute positioning; elements with fixed positioning are fixed relative to the viewport/browser window rather than the containing element; even if the page is scrolled, they stay in exactly the same position inside the browser window.
11) Aggregate Selectors as they combine many items

