Raw design feedback - First certification progress

Hello fellow FreeCodeCampers, greetings from Brazil. My goal is to learn on my own rhythm, have fun and get the full-stack legacy certification.
If anyone could provide feedback, specially on my product landing page I would really appreciate.
There are many things I’m still working on…
Any advice would be nice, thanks!

These are the links:

https://codepen.io/badjean/full/MWJLBmJ

https://codepen.io/badjean/full/ExZGZQe

Hello!
Your Tribute Page looks really nice and is very responsive to different screen sizes. :slight_smile: I noticed there is one failed test:

## 7. I should see an <a> element with a corresponding id="tribute-link", which links to an outside site that contains additional information about the subject of the tribute page. HINT: You must give your element an attribute of target and set it to "_blank" in order for your link to open in a new tab (i.e. target="_blank").

Also click the gear symbol and run the HTML and CSS analyzer to clean-up a few things in your code.

Nice job! ~HiL

1 Like

Nice, fixed the link

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