Advertisement
Guest User

Untitled

a guest
May 26th, 2015
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <label class="form-label">Select Box</label>
  2. <div class="form-select">
  3. <select>
  4. <option>First option</option>
  5. <option>Second option</option>
  6. <option>Third option</option>
  7. <option>Fourth option is a really long option</option>
  8. </select>
  9. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement