adjective

25 of 60
Good / Beautiful

glorious - Having a striking beauty or splendor that evokes feelings of delighted admiration.

Fred and Jane loved hiking in the mountains because of the glorious views of nature.

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