Tribute Page - Build a Tribute Page

I’m not sure why my link to my stylesheet is not working I’ve erased it and retyped it and it still dose not work, and the picture is not showing up as well.

Your code so far

<!-- file: index.html -->
<!DocTYPE HTML>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="stylesheet" href="styles.css">
<head> <style>
  body{ background-image: url(https://wallpaperaccess.com/full/15466.jpg);
  background-repeat: no-repeat;
background-attachment:fixed;
background-size:95% 95%}</style>

  <title id="title">Jewel Inez Tolson</title>
</head>
<body>
  <main id="main">
    <h1 id="title">Jewel Inez Tolson</h1>
    <div id="img-div">
      <img id="image" src="in loving memorey" href="https://photos.google.com/photo/AF1QipO1qymYfMXgvDAeF9xQBMu1oltMzBBaAWMJPO4F">
      <figcaption id="img-caption">In loving memory of Jewel Inez Tolson.</figcaption>
      <div id="tribute-info">
        <p> 1933** In Sipe Springs, Comance County, Texas A babygirl was born to Josie (Modgling) Coker and Ike Coker, her name was Jewel Inez Cocker.</p>
        <p> 1951** Jewel Inez Coker married John Hutchicon Tolson on Augest 7 at the age of 17.</p>
        <p>1952**at the age of 18, Jewel and John ,age 21, had their first born A girl named Debrah Ann Tolson (Hacker) , my mom, on September 22.</p>
        <p>1955** At the age of 22, she gave birth to a little boy named Robert Tolson on April 22.</p>
        <p>1956** At the age of 23, she gave biurth to another little girl named Theresa Tolson (Aflord) on April 17.</p>
        <p>1958** On March 24 at the age of 25, she gave birth to their last child Thomas D. Tolson.</p>
        <p>1994** Her husband of 43 years passed away on November 18.</p>
       <p>2004** Almost 10 years later she passes away on September 29 at the age of 71. Which was celebrated just 23 days prior.</p>
        <p> For more details on my wounderful nanny, aka grandma, <a target="_blank" id="tribute-link" href="https://www.ancientfaces.com/person/jewel-i-tolson-birth-1933-death-2004/70208844";>Jewel Inez Tolson.</a></p>
        </main>
      </body>
    </html>


/* file: styles.css */
html{ background: linear-gradiant(to top right, red, white, blue);}

title{
  font-family:'Brush Script MT', cursive;
font-siz: 20px;
color:}

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:

Try moving this code to the styles.css and delete the style element

Also, don’t use Google Photos, use some free free image host or find an image you can use on something like Unsplash.

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