Rumah > Artikel > hujung hadapan web > 这个padding为何不起作用?_html/css_WEB-ITnose
我希望产生这样的效果,
代码如下
div.father {
border: 1px solid black;
align-items: center;
justify-content: center;
display: flex;
height: 300px;
width: 300px;
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
}
div.son {text-align:right;
padding: 20px 20px 0 0;
border: 1px solid black;
height: 100px;
width: 100px;
}