Tell us what’s happening:
Describe your issue in detail here.
hello i’m stuck on step 2 on the challenge building a photo gallery
here is the mistake i didn’t understand
**Your code so far**
/* file: index.html */
<!DOCTYPE html>
<html>
<head>
<meta viewport="device-width, 1">
<meta charset="UTF-8">
</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.5005.115 Safari/537.36
Challenge: Step 2
Hint
One meta
element should have a name
set to viewport
, and content
set to width=device-width, initial-scale=1.0
.
Link to the challenge: