Kelliebrew / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

Summary #12

Open farishkash opened 6 years ago

farishkash commented 6 years ago

Overall needs improvement.

This web project is problematic in many different areas. Visually you have this site somewhat working but with the missing closing elements, it may not work properly on some browsers.

In HTML, you weren't properly closing your div. As you progress in the course you will encounter more complicated projects, you are going to have sections bleed into this as a result if you don't correct this.

Inline(direct) styling should be avoided, this ends up slowing you down especially when you need to make multiple changes.

Your CSS was repetitive and not structured for efficiency.

My suggestion is to follow my corrections as a guideline on how to write HTML/CSS in general.

If you have any issues or problems understanding concepts reach out to advisors in exercise chat area.