[CSS]居中
2021-01-24 23:14
标签:display class eee justify enter flex pad height content [CSS]居中 标签:display class eee justify enter flex pad height content 原文地址:https://www.cnblogs.com/Skybiubiu/p/13246580.html html,
body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
body {
background-color: #eeeeee;
display: flex;
justify-content: center;
align-items: center;
}
上一篇:js中字符串常用方法
下一篇:js 创建简单的表单同步验证器