
box position in center css example
box position in center css example in css
.center {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
box position in center css example in css
.center {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
Share URL: box-position-in-center-css-example