Tribute Page (Cliff Burton) feedback request

Hey guys! I just finish the tribute page project to this amazing bass player named Cliff Burton.

It’s my first time using a css pre-processor (however not all it’s power yet) so any feedback will be much appreciated!

https://codepen.io/3dm777/full/GRNRJRK

1 Like

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

  • Do not use the <br> element to force line breaks or spacing. That’s what CSS is for.
  • Accessibility is about being accessible to all users. Review the lesson about giving meaningful text to links. For a more thorough explanation read Web Accessibility in Mind.
    • I would say that someone using a screen reader and hearing “read more on wikipedia” will think read more what?

I’ve got to add, you have a good eye for design. This is a well thought out and well executed page.

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/br

1 Like

Thanks for your feedback @Roma, I had changed my <br> tags for <p> tag. Also the link text to “Burton’s entry on wikipedia”.

1 Like

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