how to center a div

the funniest thing is that it’s ablolutely true
.parent {
position: relative;
}.child {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
the funniest thing is that it’s ablolutely true
.parent {
position: relative;
}.child {
position: absolute;
top: 50%;
transform: translateY(-50%);
}