forked from rohitdhillon983/CSS-project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtry.html
More file actions
39 lines (39 loc) · 1.33 KB
/
try.html
File metadata and controls
39 lines (39 loc) · 1.33 KB
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
<!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">
<link rel="stylesheet" href="try.css">
<title>try</title>
</head>
<body>
<section>
<div class="circle">
<span style="--1:0;"></span>
<span style="--1:1;"></span>
<span style="--1:2;"></span>
<span style="--1:3;"></span>
<span style="--1:4;"></span>
<span style="--1:5;"></span>
<span style="--1:6;"></span>
<span style="--1:7;"></span>
<span style="--1:8;"></span>
<span style="--1:9;"></span>
<span style="--1:10;"></span>
<span style="--1:11;"></span>
<span style="--1:12;"></span>
<span style="--1:13;"></span>
<span style="--1:14;"></span>
<span style="--1:15;"></span>
<span style="--1:16;"></span>
<span style="--1:17;"></span>
<span style="--1:18;"></span>
<span style="--1:19;"></span>
<span style="--1:20;"></span>
</div>
</div>
</section>
9416387901
</body>
</html>