-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (32 loc) · 1.81 KB
/
Copy pathindex.html
File metadata and controls
32 lines (32 loc) · 1.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Flex Card Effect</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="flex-wrapper">
<div class="flex-items">
<div class="flex-item">
<img src="https://images.unsplash.com/photo-1534218238612-bace67b05bf2?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80" alt="aerial photography of body of water surrounded by trees under cloudy sky during daytime"/>
</div>
<div class="flex-item">
<img src="https://images.unsplash.com/photo-1503435980610-a51f3ddfee50?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80" alt="aerial photography of forest" />
</div>
<div class="flex-item">
<img src="https://images.unsplash.com/photo-1507041957456-9c397ce39c97?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80" alt="Forest during daytime" />
</div>
<div class="flex-item">
<img src="https://images.unsplash.com/photo-1602484112059-fcc010eedb35?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80" alt="green trees under white clouds and blue sky during daytime" />
</div>
<div class="flex-item">
<img src="https://plus.unsplash.com/premium_photo-1675353830306-12fe5901ae03?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=627&q=80" alt="a group of trees that are standing in the snow" />
</div>
</div>
<p>Hover over the image</p>
</div>
</body>
</html>