Chess: Difference between revisions
added special moves |
mNo edit summary |
||
| Line 15: | Line 15: | ||
==== Backflip ==== | ==== Backflip ==== | ||
< | <div class="awesomefuckingspin">Hey, check this out!</div> | ||
{{#css: | {{#css: | ||
.awesomefuckingspin { | |||
width: 130px; | |||
height: 30px; | |||
transition: transform 2s; | |||
color: #0645ad; | |||
&:hover { | |||
transition: transform 0.5s; | |||
transform: rotate(-360deg) scale(2) translateX(32px) translateY(5px); | |||
} | |||
} | |||
}} | }} | ||