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

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

程序员文章站 2022-04-17 12:49:05
...
怎么把大白字放到中间
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"