Hitesh Sadhrakiya
Results
3
comments of
Hitesh Sadhrakiya
Does Anyone succeeded to use this in *_Firefox *_?
Hello @botelho, Can you please share your thoughts on this?
Try this: Give this CSS to the div which you have to centralize.. ``` .class-name { margin: 0px; padding:0px; float: left; width:100%; position:absolute; top: 50%; transform: translateY(-50%) translateX(-50%); left:50%; }...