Learn CSS Flexbox by Building a Photo Gallery - Step 1/ “your code does not pass”

Tell us what’s happening:
“your code does not pass”
I followed the code learned from previous cases…

Your code so far

<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">
<head>
</head>
<body>
</body>

/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15

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

Link to the challenge:

You need an html closing tag on the last line

1 Like

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