Dr.Ajay Kashyap

Dr.Ajay Kashyap

  • NA
  • 521
  • 277.5k

How to Set Loader In Center

Aug 24 2017 8:05 AM
 How to Set loader In Center 
given Bellow In css i am using 
.se-pre-con {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 95%;
z-index: 0;
background: url('/Images/loading2.gif') center no-repeat gray;
background-size: 100px 100px;
}
 
 

Answers (2)