Konu
Html / Css Sorun Hakkında
17-10-2022, 22:14:55
#4
yusbay
.parent { position: relative; overflow: hidden; //optionally set height and width, it will depend on the rest of the styling used }
.child { position: absolute; top: -9999px; bottom: -9999px; left: -9999px; right: -9999px; margin: auto;
}