Code Review Please, Random Quote Machine

Hi folks,

I would welcome any insights/ detailed or less so review comments. Thank you in advance!

— Susannah

Hi

Pirkei Avot 1:2

Never change.

Cheers and happy coding :slight_smile:

Thank you so much; fixed!

One thing I’d like help with/ insight on: why does the button remain highlighted after it’s selected/clicked?

Is Bootstrap. You can try with:

.btn:focus {
  background: #dadcd7;
} 

MDN documentation:

Cheers an happy coding :slight_smile:

1 Like