当前位置:首页>维修大全>综合>

html怎么让行级标签水平居中

html怎么让行级标签水平居中

更新时间:2023-05-12 02:11:38

html怎么让行级标签水平居中

如果是需要DIV在页面或所在的父级容器中居中,你可以参考尝试以下代码 <style> .a { width:200px; height:150px; background:#333; margin:20px auto; //水平外边距自动,达到居中目的 </style> <div class="a"> </div>

更多栏目