Open Kyi-Lay opened 4 months ago
HTML code has a few issues that need to be addressed:
The tag inside the is not properly closed.
The tag should be closed properly.
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:
Ensure that the header and navigation styles do not overlap or cause layout issues.
The float property may cause elements to not align properly, so ensure the floats are cleared where necessary.
You might want to add a container or wrapper class to centralize some of your styles and manage spacing more effectively.
HTML code has a few issues that need to be addressed:
The tag inside the
is not properly closed.
The
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:
Ensure that the header and navigation styles do not overlap or cause layout issues.
The float property may cause elements to not align properly, so ensure the floats are cleared where necessary.
You might want to add a container or wrapper class to centralize some of your styles and manage spacing more effectively.