Forums - Open Redstone Engineers
there's an HTML bb code - Printable Version

+- Forums - Open Redstone Engineers (https://forum.openredstone.org)
+-- Forum: Off-Topic (https://forum.openredstone.org/forum-4.html)
+--- Forum: Off-Topic Discussion (https://forum.openredstone.org/forum-5.html)
+--- Thread: there's an HTML bb code (/thread-5836.html)



there's an HTML bb code - PabloDons - 02-18-2015

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!


RE: there's an HTML bb code - Apuly - 02-18-2015

gg wp


RE: there's an HTML bb code - Nuuppanaani - 02-18-2015

I thought I'd enable html for shenanigans, but knowing the ORE community it would probably make tyler come yell at me in not very long time...