/**
* The first commented line is your codelet’s title
*/
p {
color: #f06;
font: italic 200% Georgia, serif;
transition: 1s cubic-bezier(.2,.6,.8,.8);
width: 400px;
}
html:hover p {
transform: rotate(360deg);
}<p>I ♥ WebPlatform.org!</p>
// alert('Hello world!');