久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長(zhǎng)資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      css怎么去掉下劃線樣式

      css去掉下劃線樣式的方法是,設(shè)置屬性【text-decoration: none;】。如果我們要為文本添加樣式,如紅色波浪線,可以設(shè)置屬性【text-decoration: underline red;】。

      css怎么去掉下劃線樣式

      本文操作環(huán)境:windows10系統(tǒng)、css 3、thinkpad t480電腦。

      如果我們要取消文本中的下劃線樣式,可以設(shè)置屬性text-decoration: none,下面我們來(lái)介紹下text-decoration屬性。

      text-decoration 屬性規(guī)定添加到文本的修飾,下劃線、上劃線、刪除線等。

      text-decoration: none;                      /*沒(méi)有文本裝飾*/ text-decoration: underline red;             /*紅色下劃線*/ text-decoration: underline wavy red;        /*紅色波浪形下劃線*/

      舉些例子:

      h1.under {     text-decoration: underline; } h1.over {     text-decoration: overline; } p.line {     text-decoration: line-through; } p.blink {     text-decoration: blink; } a.none {     text-decoration: none; } p.underover {     text-decoration: underline overline; }

      學(xué)習(xí)視頻分享:css視頻教程

      贊(0)
      分享到: 更多 (0)
      ?
      網(wǎng)站地圖   滬ICP備18035694號(hào)-2    滬公網(wǎng)安備31011702889846號(hào)