Answers for "css negative padding"

CSS
5

css negative padding

.element {
    position: absolute;
    top:50%;
    padding-top:-50%;
    overflow: visible;
}
Posted by: Guest on October-28-2021

Browse Popular Code Answers by Language