-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmock3.html
45 lines (41 loc) · 1.28 KB
/
mock3.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
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" media="screen" href="style3.css">
</head>
<body>
<div class="canvas">
<div class="row-group">
<div class="row-group">
<div class="frame">
<img src="https://placem.at/things?w=250&h=100&random=8"/>
</div>
<div class="frame">
<img src="https://placem.at/things?w=250&h=100&random=8"/>
</div>
</div>
<div class="row-group">
<div class="frame">
<img src="https://placem.at/things?w=250&h=100&random=8"/>
</div>
<div class="frame">
<img src="https://placem.at/things?w=250&h=100&random=8"/>
</div>
</div>
</div>
<div class="row-group">
<div class="frame">
<img src="https://placem.at/things?w=600&h=600&random=7"/>
</div>
<div class="frame">
<img src="https://placem.at/things?w=600&h=600&random=7"/>
</div>
</div>
<div class="row-group">
<div class="frame f7">
<img src="https://placem.at/things?w=1100&h=150&random=6"/>
</div>
</div>
</div>
</body>
</html>