Glenda's Random Quote Machine Feedback

Hi,
Can you guys give me feedback on my random quote machine
http://www.glendaclark.com/Challengethree/ .

I still have problems with the background image which I set in the css
body {
background: url(…/images/water-fountain.jpg);
background-repeat: no-repeat;
background-size: 1280px 853px;
padding:15px;
background-origin: content-box;
text-shadow: 2px 2px 4px white;

}
The image is not wide enough.
Thanks.

Looks like background-size: cover; might help.

Hi s_coder,
I changed the size to cover. That works. Thanks.

1 Like