Random quote machine. Please review

Reviews for my Quote machine appreciated! Thanks :slight_smile:

http://codepen.io/davelange/full/VKWGax/

Hi,

I really like this one. Immediately it felt nice on my eyes and peaked something in my brain so I guess from a theme point of view its spot on :slight_smile:

Functionality is good and i like the button text touch a lot too.

I have something for you, not really a criticism, more of a tip…

You can do your background like this,

	body {
		font-family: 'Quicksand', sans-serif;
		background: url("https://s10.postimg.org/qs4nn66zt/image.png") #333 no-repeat center center fixed;
		color: #eee;
		font-size: 18px;
		line-height: 1.8;
	}

It fits better and then i think you can do away with the media query for the body also. and the link so you can understand

Cheers

Mark

@MARKJ78 and @P1xt thanks for the feedback!
The background tip is a great help, I always felt it was a bit of a mess. Cheers!