adjective

Url

37 of 40
Good / Love

amorous - Having strong feelings of love, especially romantic love

They chose Paris as a place to spend their honeymoon, to spend an amorous week to start their marriage together.

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