-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmock13.html
61 lines (61 loc) · 2.04 KB
/
mock13.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" media="screen" href="style13.css">
</head>
<body>
<div class="row-group-nowrap">
<div class="frame no-split">
<img src="https://placem.at/things?w=200&h=200&random=2"/>
</div>
<div class="frame no-split">
<img src="https://placem.at/things?w=200&h=200&random=2"/>
</div>
<div class="frame no-split">
<img src="https://placem.at/things?w=200&h=200&random=2"/>
</div>
<div class="frame no-split">
<img src="https://placem.at/things?w=200&h=200&random=3"/>
</div>
<div class="frame no-split">
<img src="https://placem.at/things?w=100&h=200&random=3"/>
</div>
</div>
<div class="col-group">
<div class="row-group">
<div class="col-group">
<div class="frame">
<img src="https://placem.at/things?w=480&h=300&random=1"/>
</div>
<div class="row-group">
<div class="frame">
<img src="https://placem.at/things?w=180&h=140&random=1"/>
</div>
<div class="frame">
<img src="https://placem.at/things?w=180&h=140&random=1"/>
</div>
</div>
</div>
<div class="row-group">
<div class="frame">
<img src="https://placem.at/things?w=400&h=400&random=1"/>
</div>
<div class="frame">
<img src="https://placem.at/things?w=100&h=380&random=1"/>
</div>
</div>
</div>
<div class="row-group">
<div class="frame">
<img src="https://placem.at/things?w=300&h=150&random=1"/>
</div>
<div class="frame">
<img src="https://placem.at/things?w=300&h=150&random=1"/>
</div>
<div class="frame">
<img src="https://placem.at/things?w=300&h=150&random=1"/>
</div>
</div>
</div>
</body>
</html>