Quote (obitwice @ Dec 11 2014 12:38pm)
I'm doing a basic course on html5 inc CSS and i am stuck on one simple thing i cannot seem to vertically align and center then space words in a Nav Column
http://i58.tinypic.com/2s64k10.jpg
so far i have this

With this code!
HTML: <nav><a href="ex4.1html"><span>Exercise4.1</span></a>
<a href="ex4.2html"><span>Exercise4.2</span></a>
<a href="ex4.3html"><span>Exercise4.3</span></a></nav>
<section><img src="../images/Basketball.jpg" alt = "Your Basketball Picture Didn't Load!"/> </section>
CSS:nav{ text-align: center;
padding: 1em 0;
width: 100%;
word-spacing: 5em;
background-color:#FFFF00;
position:absolute;top:200px;left:824px;width:200px; height:768px;}