milenaberl / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

Summary #6

Open ghost opened 7 years ago

ghost commented 7 years ago

Satisfactory 👍

You've got a really good handle on basic CSS properties, demonstrated by your reproducing the web page exactly and keeping your CSS nice and DRY. Good job!

Make sure you get into the habit of giving your images alt attributes and containing sections of related code inside divs so it's more organized.

See if you can make your code better by including some semantic HTML5 elements. These are elements like headerfootermain, and section, that describe your webpage a little more than the traditional div.