Chess: Difference between revisions
added special moves |
m →Special Moves: linky |
||
| (2 intermediate revisions by one other user not shown) | |||
| Line 9: | Line 9: | ||
==== Castling ==== | ==== Castling ==== | ||
Castling is an expert chess move in which one scoops up all the pieces from the board and makes a little castle with them. It is the House of | Castling is an expert chess move in which one scoops up all the pieces from the board and makes a little castle with them. It is the House of Cards' less structurally [[music|sound]] [[cousin]]. | ||
==== En Passant ==== | ==== En Passant ==== | ||
| 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); | |||
} | |||
} | |||
}} | }} | ||