How to relatively align text with CSS?
问题 I seek to align equal signs in my equations. I tried span and divs, but the alignment ends if LHS content size > RHS's: https://jsfiddle.net/gytmx256/6/ <span class="ctr"> <span class="lft">\(1+2\ \) </span> \(=\) <span class="lft"> \(\ 3\)</span> </span> <br> <span class="ctr"> <span class="lft">\(1+5\ \) </span> \(=\) <span class="lft"> \(\ 6 + 2 - 2\)</span> </span> <br> <span class="ctr"> <span class="lft">\(1 + 3 + 2\ \) </span> \(=\) <span class="lft"> \(\ 6 + 2 - 2\)</span> </span>