Pusat div yang tetap secara vertikal dan horizontal
// you dont need to know the divs dimensions and it does not require any container divs
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
Important Impala