HTML設置字體背景和陰影

<html>  
  <head>    
  <title>實現字體陰影 </title>  
  </head>  
  <body>  
  <div   STYLE="position:relative;   width=480;    
  filter:Shadow(color=red,   direction=135);    
  color:white;   "align="center">    
  <p   style="font-size:48">歡迎光臨我的主頁 </p>    
  </div> 
  <div >
   <span style="background:#BDD3F7">第 </span>   102  
   <span style="background:#BDD3F7">號 </span>  
  </div>  
  </body>  
  </html> 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章