codebar / tutorials

🗒 codebar's tutorials
http://tutorials.codebar.io/
257 stars 241 forks source link

HTML tutorial 5 has an incorrect instruction re background images #413

Closed hlb89 closed 5 years ago

hlb89 commented 5 years ago

I noticed with a student the other day that HTML tutorial 5 says the following:

First let’s set two background images, the first positioned on the right and the second on the left.
background: url('assets/images/background-right.jpg') right top no-repeat,
url('assets/images/background-left.jpg') left no-repeat;

This doesn't correspond with the directory structure of the example files, so the student initially got quite confused. Updated so the match.