-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathborderbox.html
More file actions
18 lines (18 loc) · 872 Bytes
/
Copy pathborderbox.html
File metadata and controls
18 lines (18 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!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>Document</title>
<link rel="stylesheet" href="/borderbox.css" type="text/css" />
</head>
<body>
<div id="div1">
<img class="image" src="https://cdn.vox-cdn.com/thumbor/-gD4p4W0kbfMPU5RWKUGZv9vdKs=/0x0:2040x1360/1200x800/filters:focal(857x517:1183x843)/cdn.vox-cdn.com/uploads/chorus_image/image/68622964/acastro_210104_1777_google_0001.0.jpg" />
</div>
<div id="div2">
<img class="image" src="https://cdn.vox-cdn.com/thumbor/-gD4p4W0kbfMPU5RWKUGZv9vdKs=/0x0:2040x1360/1200x800/filters:focal(857x517:1183x843)/cdn.vox-cdn.com/uploads/chorus_image/image/68622964/acastro_210104_1777_google_0001.0.jpg" />
</div>
</body>
</html>