-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathtest.html
More file actions
30 lines (28 loc) · 919 Bytes
/
test.html
File metadata and controls
30 lines (28 loc) · 919 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Css Grid Gallery</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta https-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<img
src="http://placehold.jp/3840x3840.png"
srcset="http://placehold.jp/3840x3840.png 3840w,
http://placehold.jp/2048x2048.png 2048w,
http://placehold.jp/1920x1920.png 1920w,
http://placehold.jp/1200x1200.png 1200w,
http://placehold.jp/1080x1080.png 1080w,
http://placehold.jp/828x828.png 828w,
http://placehold.jp/750x750.png 750w,
http://placehold.jp/640x640.png 640w"
sizes="(max-width: 480px) 100vw,
(max-width: 1024px) 50vw,
33vw"
/>
</body>
<style>
</style>
</html>