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
本文标题:前端面试题积累1-居中
本文链接:https://www.haomeiwen.com/subject/dbopcqtx.html
网友评论