How do I center text along a character in this case ‘:’:
fubi : lalala
Blockquote : pepppepp
asd : qwerty
my only idea es tu create 3 different elements per line with different clases “left/center/right” with center having an absolute position and the element left and right are aligned right and left respectively.
This can be accomplished with a little extra markup and styling.
CSS:
Please see this JSFiddle for a demo.