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">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Photo Gallery</title>
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<div class="header"></div>
<h1>CSS FLEXBOX PHOTO GALLERY</h1>
</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: Step 4
Link to the challenge:
Griff
June 15, 2022, 12:51pm
2
Hi! In future, try to describe what is going wrong in your post it makes it much easier to help. It is really important for professional coding to know how to describe issues.
However I can see that you need to put the h1 inside the header class. You’ve put it underneath.
can you give an example of it
Griff
June 15, 2022, 12:55pm
4
How to describe code problems or the header/h1 issue?
1 Like
You’ve been asked to fill this out a few times now…
Your meta element is inside of the head element. That’s an example of one element inside of another.
system
Closed
December 15, 2022, 1:05am
6
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.