I am trying to create a very simple button in CSS, but am unable to get the arrow in my button to be in the center of my circle.
I used:
top: 50% left: 50% to try and center my arrow div inside of my circle div, but of course this only centers the top left corner of my arrow div, and not the center position.
How can I center my div perfectly inside of the div? I would ideally like a solution where I the width and height of both divs does not matter, so I can easily change them at a later date.
My current code: http://jsfiddle.net/zhWGx/