-
Notifications
You must be signed in to change notification settings - Fork 0
/
see.html
27 lines (24 loc) · 885 Bytes
/
see.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<title></title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/see.css" rel="stylesheet">
</head>
<body>
<div class="gallery">
<div class="showcase">
<div class="picture square" style="background-image:url(img/jk.jpg)"></div>
<div class="picture rectangle-vertical" style="background-image:url(img/fc.jpg)"></div>
<div class="picture rectangle-horizontal" style="background-image:url(img/fw.jpg)"></div>
<div class="picture square" style="background-image:url(img/jk.jpg)"></div>
<div class="picture rectangle-vertical" style="background-image:url(img/fc.jpg)"></div>
<div class="picture rectangle-horizontal" style="background-image:url(img/fw.jpg)"></div>
</div>
<div class="perspective">
<div class="floor"></div>
</div>
</div>
</body>
</html>