In part II of this tutorial, we will get this random quote generator working with some jQuery. If you haven't read part I, I would suggest doing so now as I won't be covering any styling in this part of the tutorial.
I decided to revisit a project I completed a while ago that displays a random quote from Forismatic. This project is also part of the Free Code Camp curriculum that I have been completing in my spare time. I originally used Bootstrap to help with the layout of the page. I figured I would rewrite it without the help of a CSS framework to lean against, using flexbox.