Brownish Quote Generator

Hello everyone, thank you for checking this out, i’ve just finished the Random Quote Machine Challenge :slight_smile: , waiting for your reviews .
https://elarouss.github.io/random_quote_machine_fcc/

Nice UI!

I would open up a new tab when users click on twitter :slight_smile:

Looks good. I just wish the quote box didn’t jump around so much between quotes, but that is a common problem with this assignment. One way is to give fixed width and height to the quote-box (just make sure it’s big enough), but then it looks strange with very short or long quotes. What would be really cool is if the box size animated, can’t really find a good example but sort of like this drop-down from JavaScript30

Thank you, i will do that :slight_smile:

Thank you, you’re animating the transition of the box size would be great, think i will use React Motion or another library for that