Forums - Open Redstone Engineers

Full Version: rawr
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[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]
neat shadow thingy... too bad that html tag doesn't work
dude I wrote that... holy crap that is a straight copy-paste-enter
(02-23-2015, 08:12 PM)PabloDons Wrote: [ -> ]dude I wrote that... holy crap that is a straight copy-paste-enter

OMG! /ban! Pics or it didn't happen Tongue
u can check logs (my thread)
(02-18-2015, 01:35 PM)PabloDons Wrote: [ -> ]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!
yup