I have problem with following three items, I tried many times, not sucessful, anyone please can you help?Thanks.
- Failed:Your
imgelement should have adisplayofblock. - Failed:Your
#imageshould have amax-widthof100%. - Failed:Your
#imageshould be centered within its parent.
Your code so far
<!-- file: index.html -->
<!DOCTYPE>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewpoint" content="width=device-width initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title >RUOLI</title>
</head>
<body>
<main id="main">
<h1 id="title">Flower</h1>
<figure id="img-div">
<img src="ddd.com" alt="sss"id="image">
#image{
max-width: 100%;
display: block;
height: auto;
position: relative;>
<figcaption id="img-caption">Oh la la</figcaption>
</figure>
<p id="tribute-info" >ruojat the<a id="tribute-link" href="ruoli,jpg" target="_blank">RUOLI</a></p>
</main>
</body>
</html>
</div>
/* 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/106.0.0.0 Safari/537.36
Challenge: Tribute Page - Build a Tribute Page
Link to the challenge: