好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

日常css技巧小结(1)--背景透明度改变对内容无影响

刚开始出现的错误,内容会受到背景透明度改变的影响:如图:

代码:

   DOCTYPE html  > 
   html   lang  ="en"  > 
   head  > 
       meta   charset  ="UTF-8"  > 
       title  > Document   title  > 
       style  >  
        div  {  
            width  :  300px  ;  
            height  :   300px  ;  
            margin  :   50px auto  ;  
            line-height  :   300px  ;  
            text-align  :   center  ;  
            background  :   red  ;  
            color  :   #000  ;  
            font-size  :   30px  ;  
            -webkit-opacity  :   0.2  ; 
         } 
       style  > 
   head  > 
   body  > 
       div class=[wrap]  >  
        我爱夏天
        div  > 
   body  > 
   html  >  

查看更多关于日常css技巧小结(1)--背景透明度改变对内容无影响的详细内容...

  阅读:36次