Chess: Difference between revisions

added special moves
mNo edit summary
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);
  }
}
}}
}}