HTML、CSS重难点知识点

怎么让一个不定宽高的 DIV,垂直水平居中? 使用 Flex 只须要在父盒子设置:display: flex; justify-content: center;align-items: center;css 使用 CSS3 transformjquery 父盒子设置: position:relative Div 设置: transform: translate(-50%,-50%);positio
相关文章
相关标签/搜索