my code just wont save and i dont know why.i done this tribute projects severally and none of my work saves:
Describe your issue in detail here.
Your code so far
<!-- file: index.html -->
<DOCTYPE! html>
<html>
<head>
<meta charset="UTF-8" lang="en"/>
<link rel="stylesheet" href="styles.css"/>
<title>chimamanda adichie</title>
</head>
<body>
<main id="main">
<h1 id="title">Dr Chimamanda Ngozi Adichie</h1>
<div id="img-div"><img src="https://dailypost.ng/wp-content/uploads/2021/12/IMG_7954.jpg.webp" id="image"/><figcaption id="img-caption"><i>A photo of Ngozi Adichie</i></figcaption></div>
<p id="tribute-info">About chimamanda</p>
<p>Chimamanda Ngozi Adichie is a Nigerian writer whose works include novels, short stories and nonfiction. </p>
<p>BORN: 15 September 1977 (age 45 years), Enugu</p>
<p>EDUCATION: Eastern Connecticut State University</p>
<p>SPOUSE:Ivara Esege</p>
<p>AWARDS: Women's Prize for Fiction, PEN Open Book Award, etc</p>
<p>SIBLINGS: Uche Adichie</p>
<p>INFLUENCED BY: Chinua Achebe, Enid Blyton, V.S. Naipaul</p>
</main>
</body>
</html>
/* file: styles.css */
body {
background-color: rgb(249, 200,150)
}
img {
display: block;
max-width: 100%;
height: auto;
padding: 15px;
border: 10px;
}
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36
Challenge: Tribute Page - Build a Tribute Page
Link to the challenge: