Search
When width, height or font size of an element is specified in %, it is relative to the parent element's width, height or font-size:
%
Try changing width of the div to 100% and font-size to 50%.
width
div
100%
font-size
50%