Landing Page Done-please review!

Hey everyone, ive just completed my landing page on a product that is very exciting.
I would appreciate any feedback and criticism to refine my code.
https://codepen.io/puncrastination/full/dyvVYxj

Thank you!

Your page looks good @michellebarbosa789. Some things to revisit;

  • You don’t need any internal styling. Get rid of the style tags and move the @import links for your fonts to the top of the CSS editor.
  • Run your HTML code through the W3C validator.
    • There are HTML syntax/coding errors you should be aware of and address.
    • Since copy/paste from codepen you can ignore the first warning and first two errors.
  • Codepen provides validators for HTML, CSS and JS. Click on the chevron in the upper right of each section and then click on the respective ‘Analyze’ link.
    • The one for CSS is good. Use it and address the issue(s).
    • (The one for HTML misses things which is why I recommend W3C)
  • Keep all your styling external. Do not use in-line styling.
  • Make your page responsive. Remember, the R in RWD stands for Responsive
    • There’s a horizontal scrollbar on large and small screens.

I don’t often comment on styling because I’m not the best at it. It may help to have a background color for the navbar so things don’t blend.


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