Richard Feynman tribute page

Hey guys, I just completed the first challenge and would really love it if I could get some feedback, since I’m a total beginner :slight_smile:

Thank you!

Need the link. :slight_smile:

Sorry :smiley: it’s there now :smiley:

Looks good on my desktop, but is not responsive on my telephone.

You’ve made a good start, here are some suggestions:

  • There are a couple tags that use in-line styles, consider moving these to your CSS stylesheet. For example <h1 style="text-align:center; font-size:450%;">.

  • You’re using the <center> tag to align your image. This is deprecated in HTML5. Consider using margin: 0 auto; or flexbox.

  • You’ve included bootstrap, which is a pretty big framework for your page; that would be fine still, however, you’re only using the thumbnail class. My suggestion is to either drop bootstrap altogether, or utilize more heavily to create a more responsive page.

I am doing a tribute to Einstein :DD