Tell us what’s happening:
Describe your issue in detail here.
hello please i need help in the situation
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.
**Your code so far**
/* file: index.html */
<!DOCTYPE html>
<html lang="en">
<meta charset="UTF8">
<meta name="viewport" width="device-width" initial-scale="1.0">
<head>
</head>
<body>
</body>
</html>
/* file: styles.css */
**Your browser information:**
User Agent is: Mozilla/5.0 (X11; Linux x86_64; rv:104.0) Gecko/20100101 Firefox/104.0
Challenge: Learn CSS Flexbox by Building a Photo Gallery - Step 2
Link to the challenge: