UNPKG

layout

Version:

Organize and layout items based on various algorithms

26 lines (24 loc) 527 B
/* Icon classes can be used entirely standalone. They are named after their original file names. ```html <i class="icon-home"></i> ``` */ .icon-sprite.medium { background-image: url(left-right.png); background-position: -40px 0px; width: 40px; height: 40px; } .icon-sprite.small1 { background-image: url(left-right.png); background-position: 0px 0px; width: 20px; height: 20px; } .icon-sprite.small2 { background-image: url(left-right.png); background-position: -20px 0px; width: 20px; height: 20px; }