Thanks I did not even see that lol.
Ok so now
html
<div id="webDesign">
<div class="contentinformation" id="contentinformation">
<h2>Cheap Web Design From £34.99</h2>
<p>1 Page Bespoke Web Design Package | No Hidden Fees <a href="#">More...</a></p>
</div>
<br />
</div>
css
.contentinformation {
background-color: #000;
color: #FFF;
margin-top: 100px;
text-align: center;
font-weight: bold;
padding-top: 1px;
}
.contentinformation:hover {
-webkit-transition: all 1s linear 0.5s;
-moz-transition: all 1s linear 0.5s;
-ms-transition: all 1s linear 0.5s;
-o-transition: all 1s linear 0.5s;
transition: all 1s linear 0.5s;
top: 0px;
bottom: 0px;
}
still not working?