adjective

25 of 60
Good / Big

monumental - Great in importance, extent, or size

The invention of the transistor in 1947 at Bell Labs was a monumental event in the history of technology.

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