Tell us what’s happening:
Describe your issue in detail here.
Your code so far
/* file: index.Ext.html */
<!DOCTYPE html>
<html lang="en">
<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>
<header class="header"/>
<h1>css flexbox photo gallery</h1>
</header>
<div class="gallery" img src="1" img src="2"/>
</body>
</html>
/* file: styles.Ext.css */
<!DOCTYPE html>
<html lang="en">
<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>
<header class="header"/>
<h1>css flexbox photo gallery</h1>
</header>
<div class="gallery" img src="1" img src="2"/>
</body>
</html>
Your mobile information:
Pixel 5a - Android 14 - Android SDK 34
Challenge: Learn CSS Flexbox by Building a Photo Gallery - Step 5
Link to the challenge: