adjective

37 of 71
Other / Body

snug - Comfortable, warm, and cozy; well protected from the weather or cold

To protect herself from the cold, Paula wrapped herself in a snug blanket.

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