adjective

553 of 1576
Bad / Strange

grotesque - Very strange and distorted compared to what is normal

When Alan visited the Jordan family, he felt that the way that the son bossed around the parents was a grotesque distortion of the way normal parent-child relationships should be.

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