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/
Try to use span and then set the style equals 'float:right'
<span style="float:right">pending </span>
Demo
css
ul {
list-style: none;
}
#about ul li span {
float: right;
}
html
<div id="about">
<h3><strong>Education</strong></h3>
<ul>
<li><strong>Golden West College – Huntington Beach, CA <span>2012-2014</span></strong>
</li>
<li>– Associate in Arts Degree – Digital Arts Major <span>(pending)</span>
</li><br/>
<li>Certificate of Achievement</li>
<li>– Graphic Design and Production Option <span>(pending)</span>
</li><br/>
<li>Certificate of Specialization</li>
<li>– Graphic Design Foundation <span>6/2014</span>
</li>
<li>– Graphic Design Advanced Production <span>(pending)</span>
</li>
</ul>
</div>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With