adjective

97 of 901
Good / Big

burly - (of a person) large and strong; heavily built

Dwayne Johnson's burly physique has helped him achieve success in professional wrestling and the movie industry.

// 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(); }); }