Kindri9 / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

improper use of div #1

Open cgrad01 opened 7 years ago

cgrad01 commented 7 years ago

divs are meant to wrap related elements, and this project is using them as the lowest level element in multiple places. take a look at this documentation on when and how to use divs.

https://github.com/Kindri9/prj-rev-bwfs-dasmoto/blob/master/DasmotoArtCraft/index.html#L8

Kindri9 commented 7 years ago

I'm still not understanding how to correctly use

and I don't know why. I'll seek additional explanations in the group or one of the mentors. Thanks for pointing that out.