html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="generator" content="Ygohel18">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="version - D 2.0">
<title>Circle Loader | Ygohel18</title>
</head>
<body>
<div class="container">
<div class="loader">
<div class="border out"></div>
<div class="border in"></div>
<div class="border mid"></div>
</div>
</div>
<p><a href="http://download.ygohel18.com/free/circle_loader.zip">Version - D 2.0</a></a><br/>Designed By <a href="https://ygohel18.com">@ygohel18</a></p>
</body>
</html>
Enter to Rename, Shift+Enter to Preview
css
css
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
@import url(https://cdn.ygohel18.com/css/dark.css);
body { background-color: var(--cl-dark); }
.container
{
margin: 50px;
width: calc(100% - 100px);
height: auto;
}
.loader
{
width: 200px;
height: 200px;
position: relative;
margin: 30% auto;
}
.border
{
position: absolute;
border-radius: 50%;
border: 3px solid var(--cl-primary);
}
.out
Enter to Rename, Shift+Enter to Preview
js
js
1
2
3
// Theme - Dark
alert("Hint - click on version name to DOWNLOAD");
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run