欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

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>
 
相关标签: CSS