Tribute Page - Build a Tribute Page

*please, I’m trying to save my work but it keeps on writing “slow down your code was not saved”.

Your code so far

<!-- file: index.html -->
<DOCTYPE html>
  <html>
<head>
  <meta charset="UTF-8"
/>
<link rel="stylesheet" href="styles.css">
<meta name="viewpoint" content="width, initial-scale#1">
</head>
<main id="main">
  <title id="title"><h1>Tribute To My Late Uncle</h1></title>
  <div id="img-div"><img id="image" src="https://images.yen.com.gh/images/af68eb6f6391392c.jpg?imwidth=720"/><div id="img-caption">
   Your Death came as a shock to us and as you sit in the arms 
of the Lord, your family, friends, and colleagues mourn your death.
It’s all right as each of us has the Lord beside us as we say our farewells.
 Your body might be gone from this world but your spirit will live on in our hearts 
forever. We still wake up every morning hoping this is a dream, and it hurts knowing 
you are gone. 
    </div>
    </div>
    </div>
    <p id="tribute-info"> Tribute to my late uncle </p>
    <a href="https://www.google.com/url?sa=i&url=https%3A%2F%2Fyen.com.gh%2F175577-sad-rest-peace-quotes-uncle-passed-away.html&psig=AOvVaw1_G46LDqRM-AaekHnZUTSe&ust=1666310331325000&source=images&cd=vfe&ved=0CA0QjRxqFwoTCOCHqL6y7foCFQAAAAAdAAAAABAD"id="tribute-link" target="_blank">

    </main>
    </html>




/* file: styles.css */
image {
  max-width:auto;
  height:4px;
  justify- content: center;
}

Your browser information:

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

Challenge: Tribute Page - Build a Tribute Page

Link to the challenge:

Welcome to the forum, @AnnieOkoli !

Where are you writing the code? As long as you finish the step, I believe it should be naturally saved to FreeCodeCamp’s servers. Are you still having tis problem?

A few quick typos in your work:

In the HTML file:

is missing the exclamation mark ( ! )

In the CSS file:

  • justify-content has a space you need to remove.

I’m sorry for your loss. Best of luck with your project.

Thank you so much for your help. I have passed the project.

1 Like