css实现文字在横线上居中

效果图

html代码:

`

中间

` #####css代码: ```.p1 { display: inline-block; font-size: 20px; color: #4A4A4A; background-color: #fff; margin-left: 50%; padding: 5px 10px; position: relative; left: -30px; top: 30px; } .div { width: 1000px; margin: 0 auto; border-top: 1px solid #ccc; padding: 20px 5px; margin-bottom: 100px; }```
posted @ 2019-05-13 15:42  是簌簌啊  阅读(1211)  评论(0编辑  收藏  举报