I really wanna try this
[html]
<style>
div {
width: 100px;
height: 100px;
background-color: #ccc;
border-radius: 2px;
transition:box-shadow 200ms;
}
div:hover {
box-shadow: 0px 3px 3px #888888;
}
</style>
<div></div>
[/html]
EDIT: dangit!
[html]
<style>
div {
width: 100px;
height: 100px;
background-color: #ccc;
border-radius: 2px;
transition:box-shadow 200ms;
}
div:hover {
box-shadow: 0px 3px 3px #888888;
}
</style>
<div></div>
[/html]
EDIT: dangit!
<-- The actual Minecraft server host