Kyi-Lay / Module-1-05-Run-Buddy-Project

2 stars 0 forks source link

Module-1 05 Run Buddy project. 1.2 #2

Open Kyi-Lay opened 4 months ago

Kyi-Lay commented 4 months ago

HTML code has a few issues that need to be addressed:

  1. The tag inside the

    is not properly closed.

  2. The

  3. The href attribute for the privacy policy link has a typo: "Polict" should be "Policy".

CSS file is mostly well-structured. Here are a few suggestions to ensure it aligns perfectly with your HTML and achieves the desired styling:

  1. Ensure that the header and navigation styles do not overlap or cause layout issues.

  2. The float property may cause elements to not align properly, so ensure the floats are cleared where necessary.

  3. You might want to add a container or wrapper class to centralize some of your styles and manage spacing more effectively.