Answers for "+10 top css"

CSS
1

why top -10 css?

.parent {
    position: relative;
    height: 100px;
}
.child {
    position: absolute;
    top: 50%;
}
Posted by: Guest on February-09-2021

Browse Popular Code Answers by Language