adjective

913 of 1578
Bad / Bad

horrible - Very bad or unpleasant

Brad ran for the bus, and just missed it, and mud splattered all over his clothes - the beginning of a horrible day.

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