I have a button
element and it has 1 character of text in it. The button element is being styled with css and its width and height is a percentage of its parent. How can I (using css) make that 1 character be bigger font size so that it fits exactly inside the button (maintaining aspect ratio). But it shouldn't touch the border, there should be some padding. Does anyone know how to do this? Something like font-size:100%
?
Thanks