joseph-white / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

Good work wrapping sections in container divs #2

Open griffinlacek opened 7 years ago

griffinlacek commented 7 years ago

You've got all your code sections inside container divs, which is great for readability and makes layout/styling easier! This is a good practice so keep it up!

https://github.com/joseph-white/prj-rev-bwfs-dasmoto/blob/master/dasmotos_arts_crafts/index.html#L11-L30

joseph-white commented 7 years ago

I'll have to admit that I didn't really know exactly how to handle this, but I used the code inspector on the example site and saw that divs were being used, which totally made sense because then I could manipulate all the sections with css. I hope that's not cheating :~)