CSS Create a transparent div

后端 未结 4 1051
-上瘾入骨i
-上瘾入骨i 2021-01-01 02:23

Is there a way to make a div HTML element half transparent?

4条回答
  •  萌比男神i
    2021-01-01 03:06

    If you only want the background of your div semi-transparent, not any text and elements inside it, you can simply set a background-color to a transparent-one (i.e. with alpha < 1).

    One example is at our website, a minimized example here:

    
    
      Transparency test
      
    
    
      

    normal text

    nontransparent

    normal text

提交回复
热议问题