.class2 {
background:url(http://www.moxy.co.nz/images/moxylogo.png);
width:50px;
height:50px;
-webkit-transition: all 0.5s ease-out;
}

.class2:hover {
background:url(http://www.moxy.co.nz/images/moxylogo.png);
width: 450px;
height: 140px;
}

Just a test to see if CSS can embed within a post.. Looking good. Well, not if you don’t have a good browser. Or of course, if you’re viewing this with your RSS feed.