Center absolute positioned div [duplicate]
问题 This question already has answers here : How to center a “position: absolute” element (25 answers) How to center absolutely positioned element in div? (33 answers) How to center absolute div horizontally using CSS? (8 answers) Closed 2 years ago . I have a div, in it there is a button: I let the button position to absolute , and its style code: .buy-btn { text-align: center; position: absolute; bottom: 10px; } How can I align it to center? I tried add margin: 0 auto; , but it not work. 回答1: