diff --git a/public/index.html b/public/index.html index 925455ca..49736f55 100644 --- a/public/index.html +++ b/public/index.html @@ -30,6 +30,8 @@ width: 100%; height: 100%; z-index: 999999; + display: flex;align-items: center;justify-content: center; + background: #E5EEF5; } #loader { @@ -193,15 +195,26 @@ color: #FFF; opacity: 0.5; } + .bgStyle{ + width: 13%; + height: 17%; + border-radius: 10px; + background-image: url('./lodingCar.gif'); + background-size: 100% 100%; + background-repeat: no-repeat; + background-position: center; + }