Random Quote Machine. Need your feedback

Hello, please give some feedback about my Quote Machine
Here the link - https://codepen.io/Zviagin/full/NRbdod/

Looks good, few things though. Quote text can be hard to read against background at times. Also on small devices it doesn’t respond well, you could do with some media queries below 768px.

I love the theme. Following on @joelpeyton advice, consider placing the quote in the center of the screen.If the blue font is still hard to see on the screen, consider a slightly darker blue - or make the font a little larger. (It is a big screen)

Also, you may want to add a viewport meta tag inside the html header settings, and a bootstrap js inside the js settings. This should help with resizing.

1 Like

thank you, i’ll try to fix this problems