欧美亚洲中文,在线国自产视频,欧洲一区在线观看视频,亚洲综合中文字幕在线观看

      1. <dfn id="rfwes"></dfn>
          <object id="rfwes"></object>
        1. 站長(zhǎng)資訊網(wǎng)
          最全最豐富的資訊網(wǎng)站

          css如何實(shí)現(xiàn)文字外發(fā)光效果

          css如何實(shí)現(xiàn)文字外發(fā)光效果

          可以通過(guò)text-shadow屬性來(lái)實(shí)現(xiàn)文字外發(fā)光效果。

          (推薦教程:css快速入門(mén))

          代碼示例:

          <!DOCTYPE html> <html> <head> <style> h1 { text-shadow: .2rem 0rem .5rem red,-.2rem 0rem .5rem red,0rem .2rem .5rem red,0rem -.2rem .5rem red; } </style> </head> <body>   <h1>文本陰影效果!</h1>   </body> </html>

          效果:

          css如何實(shí)現(xiàn)文字外發(fā)光效果

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