-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
21 lines (21 loc) · 1.11 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CSS</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>LIfe in the wild</h1>
<div class="container">
<img src="https://static.pexels.com/photos/52500/horse-herd-fog-nature-52500.jpeg" alt="">
<img src="https://static.pexels.com/photos/66898/elephant-cub-tsavo-kenya-66898.jpeg" alt="">
<img src="https://static.pexels.com/photos/213399/pexels-photo-213399.jpeg" alt="">
<img src="https://static.pexels.com/photos/158471/ibis-bird-red-animals-158471.jpeg" alt="">
<img src="https://static.pexels.com/photos/133459/pexels-photo-133459.jpeg" alt="">
<img src="https://static.pexels.com/photos/50988/ape-berber-monkeys-mammal-affchen-50988.jpeg" alt="">
</div>
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Omnis sapiente debitis quaerat maxime ipsum asperiores expedita quidem labore nulla, odit sit? Hic, nostrum? Dolor iusto quibusdam dolores vitae, corporis vel!</p>
</body>
</html>