css样式回顾

58 阅读1分钟
Document .left{ width: 100px; height: 200px; background-color: red; } .p{ right:50%; transform: translate(-50%); }

水平居中