how can be center

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

  **Your code so far**
/* file: index.html */
<main id="main">
<link rel="stylesheet" href="styles.css">
<p id="title">Dr. Norman Borlaug</p>
<div id="img-div">
<img id="image" style=display:block;max-width:100% 100%;
></img>
<div id="img-caption">2112</div>
<P id="tribute-info">21212</p>
<a id="tribute-link" href="" value  target="_blank"></a>

</div>




</main>



/* file: styles.css */

  **Your browser information:**

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

Challenge: Build a Tribute Page

Link to the challenge:

Can you give us more detail? What do you want to center? What have you tried so far? Can you paste your CSS in here?

To display your code in here you need to wrap it in triple back ticks. On a line by itself type three back ticks. Then on the first line below the three back ticks paste in your code. Then below your code on a new line type three more back ticks. The back tick on my keyboard is in the upper left just above the Tab key and below the Esc key.

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