Tribute Page - Build a Tribute Page

I can’t get CSS to open. I have the stylesheet command typed out but there’s nowhere for me to actually input it. What am I doing wrong?

Your code so far

<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">
<head>
  <link rel="stylesheet" href="styles.css" />
  </head>
<main id="main">
  <h1 id="title">Genghis Khan</h1>
  <div id="img-div">
    <img src id="image">
<div id="img-caption">Genghis Khan was arguably among the best military generals of all time.</div>
<div id="tribute-info">Born as Temujin, he unified the conflicting tribes of the Mongolian steppe to eventually become the largest contiguous land empire in history.</div>
<a id="tribute-link" href="https://images2.minutemediacdn.com/image/upload/c_fill,g_auto,h_1248,w_2220/v1555387515/shape/mentalfloss/istock_000022978955_small_0.jpg?itok=YrchkIER" target="_blank" </a>
  </div>  
</main>
</html>

/* file: styles.css */

Your browser information:

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

Challenge: Tribute Page - Build a Tribute Page

Link to the challenge:

just look up where the words “index.html” and “styles.css” are placed in rectangles above the instructions.
Click on the “styles.css” to open the editor

There’s no link. The “styles.css” isn’t a link. Where am I supposed to click?

Sorry i’m very unobservant and didn’t realize that was there.

no worries, it is not obvious

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