adjective

946 of 3214
Good / Pleasure

cozy - Giving a feeling of comfort, warmth, and relaxation

Sitting by the warmth of the fire was the perfect cozy setting for Jane and Derek.

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