Visualize the asterisk * at the center of the div
textAlignRight * text AlignLeft
This is essentially my goal to accomplish
<center>
<span class="left_host">Right aligned</span>
*
<span class="right_host">Left aligned</span>
</center>
If anyone can provide assistance with this, it would be greatly appreciated
Thank you