天天看點

【CSS】字型陰影,字型倒影

 注意這是一句話

不知道為什麼,這句話起作用了,但是沒有效果

 <style type="text/css">

        .pubdemo{ width: 320px; margin: 20px; padding:20px; font: bold 50px/100% "微軟雅黑"; border:1px solid red}

        .demo1{ text-shadow: 0px 0 8px #f00}          .demo2{ text-shadow: 5px 5px 8px #f00}

        .demo3{ text-shadow: -5px -5px 8px #f00}

        .demo4{ filter:shadow(color=#f00000,direction=45,strength=8);}

   </style>

繼續閱讀