Say I have a text like this:
x = 2 / y a + b + c = x
Is it possible through CSS (or perhaps other tricks) to align these lines so that they look like this?
x = 2 / y a + b + c = x
I suppose I could insert the left side into one column of the table, the = sign in the next and right side in the third, and then use the right, center and left alignment, but this is not particularly clean or semantically correct: p
Svish source share