UNPKG

@selectize/selectize

Version:

Selectize is a jQuery-based custom <select> UI control. Useful for tagging, contact lists, country selectors, etc.

8 lines (6 loc) 120 B
// Center-align a block level element .center-block() { display: block; margin-right: auto; margin-left: auto; }