Align text to the left and right on the same line with CSS

css, html, text-align

Solution

Try to use span and then set the style equals 'float:right'

<span style="float:right">pending </span>

Problem

I am working on my about page and having trouble with this. Trying to align the (years or pending) to the right side of the column. See image for example. Top is how it looks now. Bottom image is how I want it to look. Site is located at http://www.eatlovepray.me/portfolio/about-me/

Original source