Second try with Tribute page - Steve-O

Finally, I had some time to recreate tribute page challenge, here’s the result:
https://codepen.io/Aerogirl/pen/ExWXwoP

This time I tried to do something a bit more usable than the previous one which was created just for the sake of passing the tests.
Just the blur on mobile pictures and should be it.

Welcome back @Aerogirl. Your page looks good. Some things to revisit;

  • Codepen provides the boilerplate for you. It only expects the code you’d put within the body element in the HTML editor. (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.
    • For instance, links to fonts go in the box labeled ‘Stuff for <head>’
    • Codepen is forgiving. You have bootstrap elements at the top that would not be in the head element. Just an fyi.
  • Look into using a contrast checker. There is text on your page that is difficult to see for someone with no vision problems.

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