css样式控制元素的位置 对齐方式
程序员文章站
2022-02-12 21:23:31
...
<div style="background-color:red;width:400px;height:500px; position:relative; text-align:center">
<button style="position:absolute;left:50px;width:50px;height:25px">ddfdf</button>
</div>
下一篇: 【笔记】DIV+CSS命名规则