noun

Url

49 of 60
Other / Light

flame - A hot, glowing body of ignited gas produced by something on fire; or a strong feeling, especially of passion, anger, or love.

The candle’s flame flickered gently in the dark room.

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