inline-block可以实现自动居中

前端之家收集整理的这篇文章主要介绍了inline-block可以实现自动居中前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
                                            <table class="text"&gt;<tbody><tr class="li1"&gt;

<td class="ln"><pre class="de1">1
2
3
4
5
6
7
8
9
10
11

自动居中 而block不会实现居中*/     width: 80px;     height: 35px;     line-height: 35px;     text-align: center;     border-radius: 4px;     font-size: 20px;     color: #ffffff;     background-color: #f60; }

猜你在找的程序笔记相关文章