【发布时间】:2017-05-09 16:40:45
【问题描述】:
我有以下内容:
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.
display:inline-block;2.margin:auto -
@csTroubled 我在下面添加了一个答案,请查看