@Mercedes-Benz
2016-12-14T01:43:24.000000Z
字数 475
阅读 415
CSS
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
width: 100px;
height: 100px;
background-color: red;
top、right、bottom、left
还是width、height
?为什么?
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background-color: smokewhite;
flex
、column
、grid