How to center a paragraph of text on a particular word in HTML, CSS, or JavaScript?
问题 I have a passage that is centered on the page, like this: _________________________ | | | Once upon a time, there | | lived a squirrel who | | lived in the middle of | | the forest. | |_________________________| I need to adjust the centering such that a specifically marked word is horizontally centered on the page. In this example, the word "who" is centered: _________________________ | | | Once upon | | a time, there lived a | | squirrel who lived in | | the middle of the | | forest. | |___