首页 >web前端 >html教程 >怎么把文字放中间_html/css_WEB-ITnose

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

WBOY
WBOY原创
2016-06-24 11:35:142702浏览


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


May I introduce myself


Frontend Design UI/UX Design





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"

声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn