i want to position spinner center, vertically and horizontally but i am not able to get it uniformly centered across all devices using using css , currently i am using following css , is there any better way to do this
.spinner svg {
position: absolute;
width: 19% !important;
height: 85px !important;
top:250%;
left : 40%;
}
thanks