Is there a color code for transparent in HTML?

前端 未结 9 601
抹茶落季
抹茶落季 2021-01-31 07:25

I\'m building a new website, and I\'m looking for a transparent navigation bar so the background is visible.

9条回答
  •  终归单人心
    2021-01-31 07:47

    When you have a 6 digit color code e.g. #ffffff, replace it with #ffffff00. Just add 2 zeros at the end to make the color transparent.

    Here is an article describing the new standard in more depth: https://css-tricks.com/8-digit-hex-codes/

提交回复
热议问题