Learn CSS Flexbox by Building a Photo Gallery - Step 3 - rKPjztNFtZY4SjbmVi0Fa

Tell us what’s happening:
The title will not dispaly the words “Photo Gallery” I am able to place the words without the title element but once the title element is added it doesn’t work

  **Your code so far**
/* file: index.html */
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title> <link href="styles.css"> Photo Gallery </title>
</head>
<body>
</body>
</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/102.0.0.0 Safari/537.36

Challenge: Learn CSS Flexbox by Building a Photo Gallery - Step 3

Link to the challenge:

Your link shouldn’t be within the title element.

Thank you, still not seeing the title but the code went through. I will run with that

What exactly you don’t see?

Never mind as I continued I realised I would not see any test in the preview until I set up the h1 elements :sweat_smile: I am very new to this and learning as I go along

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