Chess: Difference between revisions

added special moves
Teeth (talk | contribs)
 
(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 Card's less structurally sound cousin.
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 ====
<span class="awesomefuckingspin">Hey, check this out!</span>
<div class="awesomefuckingspin">Hey, check this out!</div>


{{#css:
{{#css:
  .awesomefuckingspin {
.awesomefuckingspin {
      &:hover {
  width: 130px;
        transition: transform 1s;
  height: 30px;
        transform: rotate(360deg);
  transition: transform 2s;
      }
  color: #0645ad;
  }
  &:hover {
  transition: transform 0.5s;
  transform: rotate(-360deg) scale(2) translateX(32px) translateY(5px);
  }
}
}}
}}