How to make semi

This question already has an answer here:

  • How do I give text or an image a transparent background using CSS? 26 answers
  • CSS opacity only to background color not the text on it? [duplicate] 11 answers

  • use rgba background.

    background: rgba(0, 0, 0, 0.5);
    

    values are in order red intensity, green intensity, blue intensity

    the decimal value is the opacity, and it runs from 0 to 1.

    if you need to customize it without too many difficulties, check out: css3 maker

    链接地址: http://www.djcxy.com/p/28084.html

    上一篇: 如何在不影响文本的情况下设置背景不透明度

    下一篇: 如何制作半