亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

如何將文字設置在水平線中間?

如何將文字設置在水平線中間?

子衿沉夜 2018-10-17 17:54:39
類似這樣
查看完整描述

1 回答

?
白豬掌柜的

TA貢獻1893條經驗 獲得超10個贊

試試下面這個,看看是不是你想要的

<!DOCTYPE html>

<html>

<head>

  <meta charset="UTF-8">

  <title>Document</title>

  <style>

    .title{

      text-align: center;

      overflow: hidden;

    }

    .title span{

      position: relative;

      display: inline-block;

    }

    .title span::before{

      content: '';

      position: absolute;

      top: 50%;

      width: 1000px;

      height: 1px;

      left: 100%;

      background-color: #333;

    }

    .title span::after{

      content: '';

      position: absolute;

      top: 50%;

      right: 100%;

      width: 1000px;

      height: 1px;

      background-color: #333;

    }

  </style>

</head>

<body>

  <div class="title"><span>測試文字</span></div>

</body>

</html>


查看完整回答
反對 回復 2018-11-04
  • 1 回答
  • 0 關注
  • 842 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號