|  | 
 
    Layout objects have:
      
         Inside padding    Outside margin    Borders    Margin determines where it placed in relation to other objectsPadding determines how the inner content lies inside the containerBorder sets a visual rule around the container with color, width and type:
      
        SolidDottedDashedRidged
 
  *padding expands the width and height and can cause issues. !Solution: box-sizing:border-box
 Check out Styles, how to...
 |