怎么把文字放中间_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}
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"
上一篇: 给HTML标签中的文本添加修饰线
下一篇: 怎么把gif放进小程序
推荐阅读
-
ps怎么把文字放到倾斜的包装袋上? ps字体斜着放的技巧
-
ps怎么分割文字并添加暗影效果? ps把文字从中间划的技巧
-
怎么解决容器1把容器2盖住的问题?_html/css_WEB-ITnose
-
怎么解决容器1把容器2盖住的问题?_html/css_WEB-ITnose
-
怎么实现背景色从中间往两边渐变?_html/css_WEB-ITnose
-
怎么把button按钮设为超链接_html/css_WEB-ITnose
-
div1 div2 怎么把div2定位到div1的右下角_html/css_WEB-ITnose
-
请问在页面使用36px粗字体时,文字有粗有细是怎么回事?_html/css_WEB-ITnose
-
怎么把显示的时间放在左边?_html/css_WEB-ITnose
-
做这样的CSS文字阴影样式,该怎么做?_html/css_WEB-ITnose