how to move a div to the center of a fiv in css code example
Example: how to make a division center css
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);