adjective

397 of 1578
Bad / Small

puny - Small and weak

The puny man had no chance against the bodybuilder, but he decided to give it a shot anyway.

// Auto-focus search input when modal opens var searchModal = document.getElementById('searchModal'); if (searchModal) { searchModal.addEventListener('shown.bs.modal', function () { var inp = searchModal.querySelector('input[name=search]'); if (inp) inp.focus(); }); }