how to put splash screen image on center for all screen size??
It not set on center in mobile
I used following code
position: absolute;
top:calc(50% - 100px/2);
left:calc(50% - 250px/2);
this code working for browser.But not working for mobile.
Any other solution??