Tell us what’s happening:
Describe your issue in detail here.
TASK: Within your head
element, add a meta
tag with the name
set to viewport
and the content
set to width=device-width, initial-scale=1
.
Also add a meta
tag with the charset
set to UTF-8
.
HINT: One meta
element should have a name
set to viewport
, and content
set to width=device-width, initial-scale=1.0
.
**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">
</head>
<body>
</body>
</html>
/* file: styles.css */
**Your browser information:**
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
Challenge: Learn CSS Flexbox by Building a Photo Gallery - Step 2
Link to the challenge: