IlyaGrigo / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

GREAT - relative file paths #1

Closed franfranfranfran closed 7 years ago

franfranfranfran commented 7 years ago

https://github.com/IlyaGrigo/prj-rev-bwfs-dasmoto/blob/master/DasmotoArt%26Craft/index.html#L14

https://github.com/IlyaGrigo/prj-rev-bwfs-dasmoto/blob/master/DasmotoArt%26Craft/resources/css/index.css#L10

excellent job saving your image files locally and then using relative file paths to link from your html and css. to further organized things in your project folder, consider placing your images in a separate images folder within resources.

IlyaGrigo commented 7 years ago

Fixed it in my updated version.