True Center Vertical and Horizontal CSS Div [duplicate]
问题 This question already has answers here : How do I vertically center text with CSS? [duplicate] (38 answers) Closed 5 years ago . How is it possible to create a true center CSS div cross browser for example to use within a holding page? I have tried this 2007 css trick - How To Center an Object Exactly In The Center but as you can see from my JSFiddle of the code its not 100% center. HTML: <div class="center"> <p>Text</p> </div> CSS: .center{ position: fixed; top: 50%; left: 50%; margin-top: