May I introduce myself Frontend Design UI/UX Design CSS #header">
当前位置:Gxlcms > html代码 > 怎么把文字放中间_html/css_WEB-ITnose

怎么把文字放中间_html/css_WEB-ITnose

时间:2021-07-01 10:21:17 帮助过:60人阅读

怎么把大白字放到中间
div id="container">



CSS
#header_h3 {display:block;margin:0 auto;color: white;font-size: 50px}
.title{margin:0 auto;color: white}


回复讨论(解决方案)

.title{margin:0 auto;color: white; text-align: center;}

class="text-center"

人气教程排行