-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
145 lines (145 loc) · 4.65 KB
/
index.html
File metadata and controls
145 lines (145 loc) · 4.65 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!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="star.css"></link>
</head>
<body>
<div class="stars">
<svg
width="472"
height="395"
viewBox="0 0 472 395"
fill="none"
xmlns="http://www.w3.org/2000/svg"
class="s"
>
<line
x1="0.276147"
y1="120.583"
x2="240.276"
y2="279.583"
stroke="url(#paint0_angular_502_64)"
stroke-opacity="0.7"
class="svg-elem-1"
></line>
<line
x1="56.2761"
y1="121.583"
x2="296.276"
y2="280.583"
stroke="url(#paint1_angular_502_64)"
stroke-opacity="0.7"
class="svg-elem-2"
></line>
<line
x1="120.276"
y1="235.583"
x2="360.276"
y2="394.583"
stroke="url(#paint2_angular_502_64)"
stroke-opacity="0.7"
class="svg-elem-3"
></line>
<line
x1="8.27615"
y1="0.583175"
x2="316.97"
y2="205.093"
stroke="url(#paint3_angular_502_64)"
stroke-opacity="0.7"
class="svg-elem-4"
></line>
<line
x1="80.3047"
y1="1.86943"
x2="388.998"
y2="206.379"
stroke="url(#paint4_angular_502_64)"
stroke-opacity="0.7"
class="svg-elem-5"
></line>
<line
x1="162.623"
y1="148.499"
x2="471.317"
y2="353.008"
stroke="url(#paint5_angular_502_64)"
stroke-opacity="0.7"
class="svg-elem-6"
></line>
<defs>
<radialGradient
id="paint0_angular_502_64"
cx="0"
cy="0"
r="1"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(119.724 200.917) rotate(123.524) scale(0.5 143.945)"
>
<stop offset="0.390625" stop-color="#111319"></stop>
<stop offset="0.5625" stop-color="#F76F63"></stop>
</radialGradient>
<radialGradient
id="paint1_angular_502_64"
cx="0"
cy="0"
r="1"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(175.724 201.917) rotate(123.524) scale(0.5 143.945)"
>
<stop offset="0.390625" stop-color="#111319"></stop>
<stop offset="0.5625" stop-color="#F76F63"></stop>
</radialGradient>
<radialGradient
id="paint2_angular_502_64"
cx="0"
cy="0"
r="1"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(239.724 315.917) rotate(123.524) scale(0.5 143.945)"
>
<stop offset="0.390625" stop-color="#111319"></stop>
<stop offset="0.5625" stop-color="#F76F63"></stop>
</radialGradient>
<radialGradient
id="paint3_angular_502_64"
cx="0"
cy="0"
r="1"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(162.071 103.672) rotate(123.524) scale(0.5 185.146)"
>
<stop offset="0.390625" stop-color="#111319"></stop>
<stop offset="0.5625" stop-color="#F76F63"></stop>
</radialGradient>
<radialGradient
id="paint4_angular_502_64"
cx="0"
cy="0"
r="1"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(234.099 104.958) rotate(123.524) scale(0.5 185.146)"
>
<stop offset="0.390625" stop-color="#111319"></stop>
<stop offset="0.5625" stop-color="#F76F63"></stop>
</radialGradient>
<radialGradient
id="paint5_angular_502_64"
cx="0"
cy="0"
r="1"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(316.417 251.587) rotate(123.524) scale(0.5 185.146)"
>
<stop offset="0.390625" stop-color="#111319"></stop>
<stop offset="0.5625" stop-color="#F76F63"></stop>
</radialGradient>
</defs>
</svg>
</div>
</body>
</html>