typography - Text highlighting (label effect) using CSS -
i want create text style similar label. looky here:
i can using just: http://jsfiddle.net/stape/
p{display: inline; background: yellow;}
but, want add padding. when do, things go downhill. same happens if add border: http://jsfiddle.net/jn72d/
any ideas on simple way achieve effect?
i able achieve modifying dom structure bit:
Comments
Post a Comment