adjective

25 of 60
Good / Calm

placid - (of a person or animal) not easily upset or excited

With the sun setting in the distance, Jenny was as placid as the calm waters around her.

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