AnnieTaylorCHEN / ColmarAcademy

the home page for a school with responsive design
https://annietaylorchen.github.io/ColmarAcademy/
0 stars 0 forks source link

section tags #1

Open rimmesbe opened 6 years ago

rimmesbe commented 6 years ago

I like that you are using semantic tags like section. However I don't think you are really using it to its full extent. Just inside the section tags you are creating divs with a section class. Section tags are divs with special names, but no actual differences stylistically. You should get rid of the div and just use the section tag.

https://github.com/AnnieTaylorCHEN/ColmarAcademy/blob/master/index.html#L41-L42