css 之 text-align 文本对齐

2021-02-09 05:18

阅读:542

标签:style   图片   load   col   lazy   img   bsp   ima   ack   

css 之 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>

 

技术图片

 

css 之 text-align 文本对齐

标签:style   图片   load   col   lazy   img   bsp   ima   ack   

原文地址:https://www.cnblogs.com/dafei4/p/13063018.html

上一篇:jQuery中的Ajax

下一篇:webpack打包原理


评论


亲,登录后才可以留言!