.menu a {
-webkit-transition: -webkit-transform 0.2s ease-out;
}
.menu a:hover {
color: #9ED728;
-webkit-transform: scale(1.2);
}
Check my menu for the result!
I also added some rounded corners on the date box. This will work for Mozilla and Webkit browsers:
dl.date {
-moz-border-radius:10px;
-webkit-border-radius: 10px;
}
You can als rotate and translate your block items, check this post at The Art of Web for more cool stuff! You can follow any responses to this entry through the RSS feed. You can leave a response, or trackback from your own site.