使用flexbox布局,在父元素上设置display: flex;和align-items: center;属性。
使用position和transform属性,将子元素的top和left设置为50%,然后使用transform: translate(-50%, -50%);将子元素居中。
使用position和margin属性,将子元素的top和left设置为50%,然后使用margin-top和margin-left将子元素居中。
使用display: table;和display: table-cell;属性,将父元素设置为table,子元素设置为table-cell,并使用vertical-align: middle;将子元素垂直居中。
使用display: grid;和place-items: center;属性,将父元素设置为grid,并使用place-items: center;将子元素居中。
使用position属性,将父元素设置为relative,子元素设置为absolute,并使用top: 50%;left: 50%;transform: translate(-50%, -50%);将子元素居中。
使用display: flex;和justify-content: center;属性,将父元素设置为flex,并使用justify-content: center;将子元素水平居中。
使用display: flex;和align-self: center;属性,将父元素设置为flex,并在子元素上使用align-self: center;将子元素垂直居中。
使用display: inline-block;和vertical-align: middle;属性,将父元素设置为inline-block,并使用vertical-align: middle;将子元素垂直居中。
使用display: flex;和margin: auto;属性,将父元素设置为flex,并使用margin: auto;将子元素居中。
使用display: table;和display: table-cell;属性,将父元素设置为table,子元素设置为table-cell,并使用text-align: center;将子元素水平居中,使用vertical-align: middle;将子元素垂直居中。
使用position属性,将父元素设置为relative,子元素设置为absolute,并使用top: 0;bottom: 0;left: 0;right: 0;margin: auto;将子元素居中。
使用display: flex;和align-content: center;属性,将父元素设置为flex,并使用align-content: center;将子元素垂直居中。
使用display: flex;和align-items: center;属性,将父元素设置为flex,并使用align-items: center;将子元素垂直居中。
使用display: flex;和justify-items: center;属性,将父元素设置为flex,并使用justify-items: center;将子元素水平居中。
使用display: flex;和place-content: center;属性,将父元素设置为flex,并使用place-content: center;将子元素居中。
使用display: flex;和place-items: center;属性,将父元素设置为flex,并使用place-items: center;将子元素居中。
使用display: flex;和align-self: center;属性,将父元素设置为flex,并在子元素上使用align-self: center;将子元素垂直居中。
使用display: flex;和justify-self: center;属性,将父元素设置为flex,并在子元素上使用justify-self: center;将子元素水平居中。
使用display: flex;和align-content: center;属性,将父元素设置为flex,并使用align-content: center;将子元素垂直居中。
使用display: flex;和place-content: center;属性,将父元素设置为flex,并使用place-content: center;将子元素居中。
使用display: flex;和place-self: center;属性,将父元素设置为flex,并在子元素上使用place-self: center;将子元素居中。
使用display: flex;和align-items: center;属性,将父元素设置为flex,并使用align-items: center;将子元素垂直居中。
如何让div垂直居中(23种方法总结)
阅读量:4
相关阅读
- 上一篇:AFNetworking介绍
- 下一篇:安卓自动化利器之Robotium入门介绍