Applying padding to child elements is making the child draw over the boundaries of its containing parent. Can you please explain the size consideration in margin,padding an
You must do add display: block; to element to expand parent as you need. See this fiddle
display: block;