Skip to content

Commit 1381bcb

Browse files
Merge pull request #9 from jai-dewani/Sponors
Mentor
2 parents 29492ca + ae0eef9 commit 1381bcb

File tree

7 files changed

+1020
-622
lines changed

7 files changed

+1020
-622
lines changed

css/loader-style.css

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
1-
2-
/*
3-
Source : https://codepen.io/ashmind/pen/zqaqpB
4-
Some modification applied to code
5-
6-
*/
7-
#main-body{
8-
display: none;
9-
}
10-
.loader{
11-
width: 100%;
12-
height: 100%;
13-
background-color:#2196F3;
14-
align-items: center;
15-
justify-content: center;
16-
}
17-
.loader-container{
18-
display: flex;
19-
align-items: center;
20-
justify-content: center;
21-
width: 100%;
22-
height: 100%;
23-
}
24-
25-
.item{
26-
font-size: 10vh;
27-
color: white;
28-
animation: pulse 0.5s alternate infinite ease-in-out;
29-
}
30-
@-webkit-keyframes pulse{
31-
to{
32-
transform: scale(0.8);
33-
opacity: 0.5;
34-
}
35-
}
36-
37-
@keyframes pulse{
38-
to{
39-
transform: scale(0.8);
40-
opacity: 0.5;
41-
}
42-
}
1+
2+
/*
3+
Source : https://codepen.io/ashmind/pen/zqaqpB
4+
Some modification applied to code
5+
6+
*/
7+
#main-body{
8+
display: none;
9+
}
10+
.loader{
11+
width: 100%;
12+
height: 100%;
13+
background-color:#2196F3;
14+
align-items: center;
15+
justify-content: center;
16+
}
17+
.loader-container{
18+
display: flex;
19+
align-items: center;
20+
justify-content: center;
21+
width: 100%;
22+
height: 100%;
23+
}
24+
25+
.item{
26+
font-size: 10vh;
27+
color: white;
28+
animation: pulse 0.5s alternate infinite ease-in-out;
29+
}
30+
@-webkit-keyframes pulse{
31+
to{
32+
transform: scale(0.8);
33+
opacity: 0.5;
34+
}
35+
}
36+
37+
@keyframes pulse{
38+
to{
39+
transform: scale(0.8);
40+
opacity: 0.5;
41+
}
42+
}

0 commit comments

Comments
 (0)