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
Post a Comment