UNPKG

roobie

Version:

A collection of CSS classes to keep you writing business logic in your HTML. Easily build maintainable web & mobile applications with 100s of pre-built CSS classes at your fingertips.

24 lines (21 loc) 532 B
# Infinite Animations that never stop. ## Classes ```html <span class="_hoverh">Hover Horizontal</span> <span class="_hoverv">Hover Vertical</span> <span class="_spin">Spin</span> ``` ## Usage <div class="row jst-center wrp"> <span class="_hoverh">Horizontal</span> <span class="_hoverv">Vertical</span> <span class="_spin">Spin</span> </div> ```html <div class="row jst-center wrp"> <span class="_hoverh">Horizontal</span> <span class="_hoverv">Vertical</span> <span class="_spin">Spin</span> </div> ```