Thanks
This post has been edited by CSatVTftw: 16 October 2013 - 09:25 AM
Posted 16 October 2013 - 09:18 AM
This post has been edited by CSatVTftw: 16 October 2013 - 09:25 AM
Posted 16 October 2013 - 08:16 PM
<div> <ul id="school" class="secondDeets"> <li class="hidden"><a href-"#"> <span class="blue" id="VT"></span> </a></li> <li class="hidden"><a href="#"> <span class="blue" id="Germ"></span> </a></li> <li class="hidden"><a href="#"> <span class="blue" id="LoCoHS"></span> </a></li> </ul> <ul id="portfolio" class="secondDeets"> <li class="hidden"><a href="#"> <span class="lightBlue" id="cSoon"></span> </a></li> </ul> <ul id="languages" class="secondDeets"> <li class="hidden"><a href="#"> <span class="orange" id="java"></span> </a></li> <li class="hidden"><a href="#"> <span class="orange" id="html"></span> </a></li> <li class="hidden"><a href="#"> <span class="orange" id="javaS"></span> </a></li> <li class="hidden"><a href="#"> <span class="orange" id="jQue"></span> </a></li> <li class="hidden"><a href="#"> <span class="orange" id="matlab"></span> </a></li> <li class="hidden"><a href="#"> <span class="orange" id="go"></span> </a></li> </ul> <ul id="contact" class="secondDeets"> <li class="hidden"><a href="#"> <span class="pink" id="email"></span> </a></li> <li class="hidden"><a href="#"> <span class="pink" id="phone"></span> </a></li> <li class="hidden"><a href="#"> <span class="pink" id="linkedin"></span> </a></li> </ul> </div>
.hidden { display: none; } .secondDeets { list-style: none; display: inline; } .bump { float: left; left: 50px; margin: 0 20px 0 0; display: block; width: 75px; height: 75px; color: #fff; font-family: "Dosis", sans-serif; font-size: 20px; overflow: hidden; } .lightBlue { background-color: #58ebd3; display: block; width: 75px; height: 75px; } .orange { background-color: #ffa659; display: block; width: 75px; height: 75px; } .pink { background-color: #ff7a85; display: block; width: 75px; height: 75px; } .blue { background-color: #5bb2fc; display: block; width: 75px; height: 75px; }
This post has been edited by CSatVTftw: 16 October 2013 - 08:18 PM