Good / Beautiful

adjective

49 of 50

Good / Beautiful

Url

fashionable - Wearing clothes, doing things, and going to places that are considered stylish.

In the 60's it was fashionable to paint vans, wear bell-bottom jeans and have long hair.

adjective

50 of 50

Good / Beautiful

Url

graceful - Moving in a smooth, relaxed, and attractive way; elegance or beauty of form, manner, movement, or speech.

Thier favorite event of the Olympics was figure skating, because of the graceful way the skaters would move.

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