Feedback for technical page project (this is my second HTML/CSS project)

https://codepen.io/jenulds-dev/pen/dypjjwj

Critical feedback is appreciated as always. Pardon my design skills as I am still improving in that area. Thanks! :upside_down_face:

Hi @jenulds-dev!

I think your page looks good.

I would continue to work on responsiveness.

Please verify your email so we can see the full page view.

Remember to keep the test suite in the page.
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>

You are currently passing 14/16 tests.

For codepen, you do not need to include the head, html, doctype in the html page.

If you need to include links in the head place them in the head section located in the html settings.

In your css, you have one error concerning the empty code block here

#navbar ul {

}

Hope that helps!

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.