<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="keywords" content="HTML, CSS" />
<meta name="description" content="" />
<title>Photo Gallery</title>
<link rel="stylesheet.css" href="normalize.css" />
<link rel="stylesheet" href="style04.css" />
</head>
<body>
<div class="container">
<div class="image">
<img
src="https://source.unsplash.com/collection/190727/800x600"
alt=""
/>
</div>
<div class="image special">
<img
src="https://source.unsplash.com/collection/190728/800x600"
alt=""
/>
</div>
<div class="image">
<img
src="https://source.unsplash.com/collection/190502/800x600"
alt=""
/>
</div>
<div class="image">
<img
src="https://source.unsplash.com/collection/190766/800x600"
alt=""
/>
</div>
<div class="image">
<img
src="https://source.unsplash.com/collection/190726/800x600"
alt=""
/>
</div>
<div class="image">
<img
src="https://source.unsplash.com/collection/190725/800x600"
alt=""
/>
</div>
<div class="image">
<img
src="https://source.unsplash.com/collection/190723/800x600"
alt=""
/>
</div>
<div class="image">
<img
src="https://source.unsplash.com/collection/10723/800x600"
alt=""
/>
</div>
<div class="image">
<img
src="https://source.unsplash.com/collection/220722/800x600"
alt=""
/>
</div>
</div>
</body>
</html>