Tribute Page - Build a Tribute Page

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

<!-- file: index.html -->
 <main id="main">
      <h1>Albert Einstein</h1>
      <element id="title">the most influential scientists of the 20th century.</title>
      <div id="img-div" style="text-align: center;">
                
        <img id="image"></img>
      <img src="https://cdn.pixabay.com/photo/2016/12/27/06/38/albert-einstein-1933340__480.jpg" alt="Portrait of Albert Einstein" style="height: auto; max-width: 100%; display: block" >       
      <figcaption id="img-caption">Portrait of Albert Einstein<figcaption>
      </div>
      <div id="tribute-info">
      <p>Albert Einstein was a German theoretical physicist who developed the theory of relativity, one of the two pillars of modern physics. He is widely considered to be one of the most influential scientists of the 20th century.</p>
      </div>
      <h2>Early Life</h2>
      <p>Einstein was born in Ulm, in the Kingdom of Württemberg in the German Empire, on 14 March 1879.</p>
      <h2>Education</h2>
      <p>Einstein received his early education in a Catholic school in Munich. Later, he attended a Swiss Polytechnic school where he studied mathematics and physics.</p>
      <h2>Contributions to Science</h2>
      <p>Einstein's contributions to science include the development of the theory of relativity, the mass-energy equivalence formula (E=mc²), and his work on the photoelectric effect. His work laid the foundation for the development of atomic energy.</p>
       <a id="tribute-link" href="https://en.wikipedia.org/wiki/Albert_Einstein" target="_blank">Read more about Albert Einstein on Wikipedia</a><link rel="stylesheet" href="styles.css">

    </main>
    
  

 
    
/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36

Challenge: Tribute Page - Build a Tribute Page

Link to the challenge:

please tell what issues do you have with this code

had an issue adding the max-width

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