Prod. landing page

Made this at last, after much hassle, Rick and Morty style.

Any feedback, advice or tips would be of great help, specially about accessibility and responsiveness.

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

  • Codepen provides the boilerplate for you. It only expects the code you’d put within the body element in HTML. (No need to include the body tags). For anything you want to add to the <head> element click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
    • The link to the font goes in the box labeled ‘Stuff for <head>’ The import goes into the CSS section.
  • Run your HTML code through the W3C validator.
    • Since copy/paste from codepen you can ignore the first warning and first two errors.
    • There are HTML coding errors you should address. Remember, an id must be unique within the document.
1 Like