Tell us what’s happening:
Describe your issue in detail here.
Your code so far
<!-- file: index.html -->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="styles.css">
<title id="title">Omolola Bassey</title>
</head>
<body>
<main id="main">
<div id="img-div">
<div id="img-caption">
Mrs Omolola Bassey
<img id="image">
</div>
<h1 id="tribute-info">
Omolola Bassey
</h1>
<a id="tribute-link" href="https://scholar.google.com/citations?user=10K0b3gAAAAJ" target="_blank">
</main>
</body>
</html>
/* file: styles.css */
img{
display: block;
max-width: 100%;
}
image{
max-width: 100%;
height: auto;
}
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
Challenge: Tribute Page - Build a Tribute Page
Link to the challenge: