📜  如何在css代码示例中的直线中间写入文本

📅  最后修改于: 2022-03-11 14:47:52.133000             🧑  作者: Mango

代码示例1
h2 {
   width: 100%; 
   text-align: center; 
   border-bottom: 1px solid #000; 
   line-height: 0.1em;
   margin: 10px 0 20px; 
} 

h2 span { 
    background:#fff; 
    padding:0 10px; 
}