File tree Expand file tree Collapse file tree 7 files changed +1020
-622
lines changed
Expand file tree Collapse file tree 7 files changed +1020
-622
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments