KimDoggy / Arts-and-Crafts-Project

0 stars 0 forks source link

Wrap long lines in HTML #3

Open griffinlacek opened 7 years ago

griffinlacek commented 7 years ago

Just a minor code styling suggestion. It's good practice to wrap long lines of code to ~80 characters so that we can see all the code in the window without scrolling. Something to keep in mind!

https://github.com/KimDoggy/prj-rev-bwfs-dasmoto/blob/master/Arts%20%26%20Crafts/index.html#L14 https://github.com/KimDoggy/prj-rev-bwfs-dasmoto/blob/master/Arts%20%26%20Crafts/index.html#L21 https://github.com/KimDoggy/prj-rev-bwfs-dasmoto/blob/master/Arts%20%26%20Crafts/index.html#L28

KimDoggy commented 7 years ago

Could you please give me a hint about how to wrap long lines of code?