1.如何让一个div水平居中,垂直居中
div水平垂直居中
方法一:使用绝对定位与margin
方法二:使用弹性布局 display:flex
方式三:使用绝对定位,0,margin:auto
方法四:使用绝对定位和transform:translate()
方法五:使用display:flex 和 margin:auto
方法六:使用display:table-cell
方法一:使用绝对定位与margin
方法二:使用弹性布局 display:flex
方式三:使用绝对定位,0,margin:auto
方法四:使用绝对定位和transform:translate()
方法五:使用display:flex 和 margin:auto
方法六:使用display:table-cell