Random Quote Generator Evaluation

All feedback is appreciated!

Very nice looking site.

My only comment is your background jumps up and down depending if the quote occupies one line or two lines (word wrap).

The fix is to remove background-position in your body.

body {
    background-image: url(https://wallpapercave.com/wp/wc1744367.jpg);
    background-repeat: no-repeat;
    /* background-position: left; */
    background-size: cover;
}

Unfortunately, the site falls apart when viewed on a small mobile screen. It’s not properly responsive.

I love the design :slight_smile:

You can try to highlight the quote text with different color/font or a bigger font size because it is the main thing on the page. But thats just my opinion.

Nice work.

Thanks for the feedback. Can anyone tell me why my twitter button has randomly stopped working?

edit: Nevermind!