-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (28 loc) · 904 Bytes
/
index.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<link rel="stylesheet" href="./stylesheet.css" />
<title>Circles z-index</title>
</head>
<body>
<div class="body">
<a href="https://www.instagram.com/p/B0bSmtOBlcd/?igshid=1osccwp6ypb1e">
<div class="circle-wrapper">
<div class="circle circle-1 top"></div>
<div class="circle circle-2 top"></div>
<div class="circle circle-3 top"></div>
<div class="circle circle-4 top"></div>
<div class="circle circle-1 bottom"></div>
<div class="circle circle-2 bottom"></div>
<div class="circle circle-3 bottom"></div>
<div class="circle circle-4 bottom"></div>
</div>
</a>
</div>
</body>
</html>