-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.html
39 lines (39 loc) · 1.04 KB
/
test.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
29
30
31
32
33
34
35
36
37
38
39
<div class="loadingio-spinner-rolling-jylyjau20l"><div class="ldio-l1biu2rszf9">
<div></div>
</div></div>
<style type="text/css">
@keyframes ldio-l1biu2rszf9 {
0% { transform: translate(-50%,-50%) rotate(0deg); }
100% { transform: translate(-50%,-50%) rotate(360deg); }
}
.ldio-l1biu2rszf9 div {
position: absolute;
width: 120px;
height: 120px;
border: 20px solid #07abcc;
border-top-color: transparent;
border-radius: 50%;
}
.ldio-l1biu2rszf9 div {
animation: ldio-l1biu2rszf9 1s linear infinite;
top: 100px;
left: 100px
}
.loadingio-spinner-rolling-jylyjau20l {
width: 200px;
height: 200px;
display: inline-block;
overflow: hidden;
background: rgba(255, 255, 255, 0);
}
.ldio-l1biu2rszf9 {
width: 100%;
height: 100%;
position: relative;
transform: translateZ(0) scale(1);
backface-visibility: hidden;
transform-origin: 0 0; /* see note above */
}
.ldio-l1biu2rszf9 div { box-sizing: content-box; }
/* generated by https://loading.io/ */
</style>