css 之 text-align 文本对齐
2021-02-09 05:18
标签:style 图片 load col lazy img bsp ima ack css 之 text-align 文本对齐 标签:style 图片 load col lazy img bsp ima ack 原文地址:https://www.cnblogs.com/dafei4/p/13063018.htmlcss 之 text-align 文本对齐
style>
.box{
background-color: #00ff00;
text-align: center; /** 让inner中内容居中对齐,不是对inner的div居中*/
}
.inner{
background-color: #9b5384;
width: 200px; /*这行*/
display: inline-block; /*这行*/
}
style>
div class="box">
div class="inner">我是div元素div>
div>
上一篇:jQuery中的Ajax
下一篇:webpack打包原理
文章标题:css 之 text-align 文本对齐
文章链接:http://soscw.com/index.php/essay/52959.html