I have an element inside an element like this:
<p>some text <i class="fas fa-arrows-alt-h"></i> some more text</p>
Is it possible to center the <p>
element with the <i>
element as the center?
EDIT:
The text on both sides are not the same length
For clarification, this is what i am trying to achieve (Photoshopped)
2
Answers
Like this?
Add class
centered
to tag<i>
Sorry for bad spelling, I had nothing to work with.
Run Code Snippet
If you can add your text within another container you can try the solution below: