html - Vertically align link within div -


this code: http://jsfiddle.net/spadez/z3he9/

i've been trying align green circle vertically within white box, i'm struggling on how should approached.

using vertical-align: center; nothing if applied circle.

can explain how should done please, in semantically correct way.

as said dave mroz, removing display:block .title should trick you. in order keep .box element's original dimensions fiddle, should clear floats after .title , .number.

like this.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -