我有以下幾點:內格中心按鈕,忽略了其他元素
div.div
p.paragraph
| about 3 lines of text... (dynamic)
button.button-i-want-to-center
| click_me
我希望它看起來像這樣:
___________________________
| Text.....................|
| Text.....................|
| Text.....................|
| ______ |
| |BUTTON| | <--- Center of div:
| | I want the button to ignore
| | the text.
| |
| |
___________________________
牢記的div大小動態。
我該如何做到這一點?我嘗試了flex,但沒有做到這一點。固定利潤率也不好。
1.'顯示:內聯塊;''2.餘量:auto' –
@csTroubled我在下面添加了一個答案,請檢查它 –